summaryrefslogtreecommitdiff
path: root/libavformat/ncdec.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-24 23:51:41 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-30 13:59:06 +0200
commit6774247a9d7d15033c2b80118c03cb0cb10027df (patch)
tree94f4245e9c6d000e929d28dfecca9a26ecb04e6f /libavformat/ncdec.c
parent8e5d71d1109bb509ae75d04682f326fe740a413f (diff)
avformat: Drop pointless "format" from container long names
Diffstat (limited to 'libavformat/ncdec.c')
-rw-r--r--libavformat/ncdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ncdec.c b/libavformat/ncdec.c
index cc8ae9593a..0bdd6157c3 100644
--- a/libavformat/ncdec.c
+++ b/libavformat/ncdec.c
@@ -93,7 +93,7 @@ static int nc_read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat ff_nc_demuxer = {
.name = "nc",
- .long_name = NULL_IF_CONFIG_SMALL("NC camera feed format"),
+ .long_name = NULL_IF_CONFIG_SMALL("NC camera feed"),
.read_probe = nc_probe,
.read_header = nc_read_header,
.read_packet = nc_read_packet,