diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-05-28 18:43:13 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-06-04 11:36:51 +0200 |
commit | 67ca18dd56956892a097388a160bb70f10539d77 (patch) | |
tree | 07ee138ed44baa0495aef8f476b09ed7a40f53ca /libavcodec/vaapi_encode_mpeg2.c | |
parent | ac69e6caf6d9b74a215c7fc170574e7bcc4f9fda (diff) | |
download | ffmpeg-67ca18dd56956892a097388a160bb70f10539d77.tar.gz |
lavc/hevcdec: drop HEVCLocalContext.gb
In all HEVCLocalContext instances except the first one, the bitreader is
never used for actually reading bits, but merely for passing the buffer
to ff_init_cabac_decoder(), which is better done directly.
The instance that actually is used for bitreading gets moved to stack in
decode_nal_unit(), which makes its lifetime clearer.
Diffstat (limited to 'libavcodec/vaapi_encode_mpeg2.c')
0 files changed, 0 insertions, 0 deletions