mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 11:39:49 +00:00
.264
Originally committed as revision 4421 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
98d82b22c8
commit
ba5697d53b
@ -444,7 +444,7 @@ AVInputFormat h264_iformat = {
|
||||
video_read_header,
|
||||
raw_read_partial_packet,
|
||||
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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user