You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mov: set AVCodecContext.width/height for h264
This is required for correct cropping of files from Canon cameras. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
@@ -2054,9 +2054,6 @@ static int mov_read_trak(MOVContext *c, AVIOContext *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
|
||||||
|
Reference in New Issue
Block a user