mov: set AVCodecContext.width/height for h264
authorMans Rullgard <mans@mansr.com>
Wed, 30 May 2012 03:06:00 +0000 (04:06 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 9 Jun 2012 14:08:51 +0000 (15:08 +0100)
This is required for correct cropping of files from Canon
cameras.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/mov.c

index 10ffe8b..1395259 100644 (file)
@@ -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