Commit 8aa93e90 authored by Mans Rullgard's avatar Mans Rullgard

mov: set AVCodecContext.width/height for h264

This is required for correct cropping of files from Canon
cameras.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent cac4760b
......@@ -2054,9 +2054,6 @@ static int mov_read_trak(MOVContext *c, AVIOContext *pb, MOVAtom atom)
#if CONFIG_H263_DECODER
case CODEC_ID_H263:
#endif
#if CONFIG_H264_DECODER
case CODEC_ID_H264:
#endif
#if CONFIG_MPEG4_DECODER
case CODEC_ID_MPEG4:
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment