Browse code

h264dec: Add .avc file name extension

Signed-off-by: Diego Biurrun <diego@biurrun.de>

Vittorio Giovara authored on 2013/09/21 00:07:18
Showing 1 changed files
... ...
@@ -75,4 +75,4 @@ static int h264_probe(AVProbeData *p)
75 75
     return 0;
76 76
 }
77 77
 
78
-FF_DEF_RAWVIDEO_DEMUXER(h264, "raw H.264 video", h264_probe, "h26l,h264,264", AV_CODEC_ID_H264)
78
+FF_DEF_RAWVIDEO_DEMUXER(h264, "raw H.264 video", h264_probe, "h26l,h264,264,avc", AV_CODEC_ID_H264)