summaryrefslogtreecommitdiff
path: root/libavformat/idroqdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/idroqdec.c')
-rw-r--r--libavformat/idroqdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/idroqdec.c b/libavformat/idroqdec.c
index be3122e789..b429b494f8 100644
--- a/libavformat/idroqdec.c
+++ b/libavformat/idroqdec.c
@@ -218,7 +218,7 @@ static int roq_read_packet(AVFormatContext *s,
AVInputFormat ff_roq_demuxer = {
.name = "roq",
- .long_name = NULL_IF_CONFIG_SMALL("id RoQ format"),
+ .long_name = NULL_IF_CONFIG_SMALL("id RoQ"),
.priv_data_size = sizeof(RoqDemuxContext),
.read_probe = roq_probe,
.read_header = roq_read_header,