Commit ba5697d5 authored by Michael Niedermayer's avatar Michael Niedermayer

.264

Originally committed as revision 4421 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 98d82b22
...@@ -444,7 +444,7 @@ AVInputFormat h264_iformat = { ...@@ -444,7 +444,7 @@ AVInputFormat h264_iformat = {
video_read_header, video_read_header,
raw_read_partial_packet, raw_read_partial_packet,
raw_read_close, raw_read_close,
.extensions = "h26l,h264", //FIXME remove after writing mpeg4_probe .extensions = "h26l,h264,264", //FIXME remove after writing mpeg4_probe
.value = CODEC_ID_H264, .value = CODEC_ID_H264,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment