Change #238250
Category | ffmpeg |
Changed by | Andreas Rheinhardt <andreas.rheinhardt | @outlook.com>
Changed at | Thu 03 Jul 2025 20:35:23 |
Repository | https://git.ffmpeg.org/ffmpeg.git |
Project | ffmpeg |
Branch | master |
Revision | 584d50c5f3df29b2f40fbe93a48731456ff287ca |
Comments
avcodec/h263dec: Add H263DecContext This is in preparation for moving the fields only used by H.263-based decoders from MPVContext to H263DecContext. For now only the decode_mb function pointer has been moved (to be able to switch said callback to use an H263DecContext*). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/flvdec.c
- libavcodec/flvdec.h
- libavcodec/h263dec.c
- libavcodec/h263dec.h
- libavcodec/intelh263dec.c
- libavcodec/ituh263dec.c
- libavcodec/mpeg4video_parser.c
- libavcodec/mpeg4videodec.c
- libavcodec/mpeg4videodec.h
- libavcodec/mpegvideo.h
- libavcodec/msmpeg4dec.c
- libavcodec/msmpeg4dec.h
- libavcodec/nvdec_mpeg4.c
- libavcodec/rv10.c
- libavcodec/rv10dec.h
- libavcodec/vaapi_mpeg4.c
- libavcodec/vdpau_mpeg4.c
- libavcodec/wmv2.h
- libavcodec/wmv2dec.c
- libavcodec/wmv2dec.h
- libavcodec/wmv2enc.c