Prefix library format names with 'lib' in libavformat

Originally committed as revision 10414 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Ramiro Polla 18 years ago
parent 06e310114a
commit 5fdb9cc50a
  1. 2
      libavformat/dc1394.c
  2. 2
      libavformat/libnut.c

@ -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…
Cancel
Save