Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mov.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 4621fc8a29..d0dbef62af 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -1440,6 +1440,9 @@ static int mov_read_trak(MOVContext *c, ByteIOContext *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