Change #238253
Category | ffmpeg |
Changed by | Andreas Rheinhardt <andreas.rheinhardt | @outlook.com>
Changed at | Thu 03 Jul 2025 20:35:31 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | 8a4accc24dca749a0c0c0c8dd1e7c71bd29595ae |
Comments
avcodec/h263dec: Stop using MpegEncContext.gb Add a GetBitContext to H263DecContext instead. This is in preparation for removing MpegEncContext.gb. Also move last_resync_gb to H263DecContext. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/flvdec.c
- libavcodec/h263dec.c
- libavcodec/h263dec.h
- libavcodec/intelh263dec.c
- libavcodec/ituh263dec.c
- libavcodec/mpeg12dec.c
- libavcodec/mpeg4videodec.c
- libavcodec/mpegvideo.h
- libavcodec/mpegvideodec.h
- libavcodec/msmpeg4dec.c
- libavcodec/rv10.c
- libavcodec/vaapi_mpeg4.c
- libavcodec/wmv2dec.c