projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f111b
)
h264dec: Add .avc file name extension
author
Vittorio Giovara
<vittorio.giovara@gmail.com>
Fri, 20 Sep 2013 15:07:18 +0000
(17:07 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 20 Sep 2013 19:08:02 +0000
(21:08 +0200)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavformat/h264dec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/h264dec.c
b/libavformat/h264dec.c
index
cf7e244
..
6fd45c1
100644
(file)
--- 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)