diff --git a/libavformat/mov.c b/libavformat/mov.c index c720440472..b1458775aa 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -1818,9 +1818,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