Change #238252
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 | 77add26918fb4b6b68fc25fa797ef5a7f8510aaf |
Comments
avcodec/h263dec: Don't use MpegEncContext.block Instead add the necessary blocks directly to H263DecContext (only six are needed, not 12 as ff_mpv_common_init() currently allocates). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/h263dec.c
- libavcodec/h263dec.h
- libavcodec/ituh263dec.c
- libavcodec/mpeg4videodec.c
- libavcodec/msmpeg4dec.c
- libavcodec/rv10.c
- libavcodec/wmv2dec.c