Commit 5fdb9cc5 authored by Ramiro Polla's avatar Ramiro Polla

Prefix library format names with 'lib' in libavformat

Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 06e31011
...@@ -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