summaryrefslogtreecommitdiffstats
path: root/libavformat/h264dec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-21 11:57:06 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-21 11:57:19 +0200
commitd0171eb8d7955b7d99debc22f2a0db0600349e89 (patch)
tree2f4eacfc41e82cf5bba0088fea11344f9a380224 /libavformat/h264dec.c
parentde493809f31a91a57e37c570b538e47647d51b29 (diff)
parent944c3384305ef52ddabcfce2a7644524f8fe2416 (diff)
downloadffmpeg-streaming-d0171eb8d7955b7d99debc22f2a0db0600349e89.zip
ffmpeg-streaming-d0171eb8d7955b7d99debc22f2a0db0600349e89.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: h264dec: Add .avc file name extension Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/h264dec.c')
-rw-r--r--libavformat/h264dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/h264dec.c b/libavformat/h264dec.c
index f89fd4e..76073dd 100644
--- a/libavformat/h264dec.c
+++ b/libavformat/h264dec.c
@@ -75,4 +75,4 @@ static int h264_probe(AVProbeData *p)
return 0;
}
-FF_DEF_RAWVIDEO_DEMUXER(h264, "raw H.264 video", h264_probe, "h26l,h264,264", AV_CODEC_ID_H264)
+FF_DEF_RAWVIDEO_DEMUXER(h264, "raw H.264 video", h264_probe, "h26l,h264,264,avc", AV_CODEC_ID_H264)
OpenPOWER on IntegriCloud