Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/qcp.c')
-rw-r--r--libavformat/qcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/qcp.c b/libavformat/qcp.c
index 6545a1cdfd..de04906502 100644
--- a/libavformat/qcp.c
+++ b/libavformat/qcp.c
@@ -188,7 +188,7 @@ static int qcp_read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat ff_qcp_demuxer = {
.name = "qcp",
- .long_name = NULL_IF_CONFIG_SMALL("QCP format"),
+ .long_name = NULL_IF_CONFIG_SMALL("QCP"),
.priv_data_size = sizeof(QCPContext),
.read_probe = qcp_probe,
.read_header = qcp_read_header,