Commit f174ca3b authored by ramiro's avatar ramiro

Prefix library format names with 'lib' in libavformat

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10414 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a580352
...@@ -183,7 +183,7 @@ static int dc1394_close(AVFormatContext * context) ...@@ -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) { ...@@ -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,
......
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