mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 03:13:18 +00:00
Add WebM to the Matroska demuxer name.
Originally committed as revision 24639 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6341838f3c
commit
f7cf0f3148
@ -22,7 +22,7 @@
|
||||
#define AVFORMAT_AVFORMAT_H
|
||||
|
||||
#define LIBAVFORMAT_VERSION_MAJOR 52
|
||||
#define LIBAVFORMAT_VERSION_MINOR 77
|
||||
#define LIBAVFORMAT_VERSION_MINOR 78
|
||||
#define LIBAVFORMAT_VERSION_MICRO 0
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
|
||||
|
@ -1899,8 +1899,8 @@ static int matroska_read_close(AVFormatContext *s)
|
||||
}
|
||||
|
||||
AVInputFormat matroska_demuxer = {
|
||||
"matroska",
|
||||
NULL_IF_CONFIG_SMALL("Matroska file format"),
|
||||
"matroska,webm",
|
||||
NULL_IF_CONFIG_SMALL("Matroska/WebM file format"),
|
||||
sizeof(MatroskaDemuxContext),
|
||||
matroska_probe,
|
||||
matroska_read_header,
|
||||
|
Loading…
Reference in New Issue
Block a user