mirror of https://git.ffmpeg.org/ffmpeg.git
Prefix library format names with 'lib' in libavformat
Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
06e310114a
commit
5fdb9cc50a
|
@ -183,7 +183,7 @@ static int dc1394_close(AVFormatContext * context)
|
|||
}
|
||||
|
||||
AVInputFormat libdc1394_demuxer = {
|
||||
.name = "dc1394",
|
||||
.name = "libdc1394",
|
||||
.long_name = "dc1394 A/V grab",
|
||||
.priv_data_size = sizeof(struct dc1394_data),
|
||||
.read_header = dc1394_read_header,
|
||||
|
|
|
@ -298,7 +298,7 @@ static int nut_read_close(AVFormatContext *s) {
|
|||
}
|
||||
|
||||
AVInputFormat libnut_demuxer = {
|
||||
"nut",
|
||||
"libnut",
|
||||
"nut format",
|
||||
sizeof(NUTContext),
|
||||
nut_probe,
|
||||
|
|
Loading…
Reference in New Issue