mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
reset codec width/height for h264 forcing decoder to parse extradata
Originally committed as revision 18134 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f82674e584
commit
a0dd3c0039
@ -1440,6 +1440,9 @@ static int mov_read_trak(MOVContext *c, ByteIOContext *pb, MOVAtom atom)
|
|||||||
#if CONFIG_H263_DECODER
|
#if CONFIG_H263_DECODER
|
||||||
case CODEC_ID_H263:
|
case CODEC_ID_H263:
|
||||||
#endif
|
#endif
|
||||||
|
#if CONFIG_H264_DECODER
|
||||||
|
case CODEC_ID_H264:
|
||||||
|
#endif
|
||||||
#if CONFIG_MPEG4_DECODER
|
#if CONFIG_MPEG4_DECODER
|
||||||
case CODEC_ID_MPEG4:
|
case CODEC_ID_MPEG4:
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user