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 = {
|
AVInputFormat libdc1394_demuxer = {
|
||||||
.name = "dc1394",
|
.name = "libdc1394",
|
||||||
.long_name = "dc1394 A/V grab",
|
.long_name = "dc1394 A/V grab",
|
||||||
.priv_data_size = sizeof(struct dc1394_data),
|
.priv_data_size = sizeof(struct dc1394_data),
|
||||||
.read_header = dc1394_read_header,
|
.read_header = dc1394_read_header,
|
||||||
|
@ -298,7 +298,7 @@ static int nut_read_close(AVFormatContext *s) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AVInputFormat libnut_demuxer = {
|
AVInputFormat libnut_demuxer = {
|
||||||
"nut",
|
"libnut",
|
||||||
"nut format",
|
"nut format",
|
||||||
sizeof(NUTContext),
|
sizeof(NUTContext),
|
||||||
nut_probe,
|
nut_probe,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user