]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/qcp.c
mov: remove stray semicolon
[ffmpeg] / libavformat / qcp.c
index 78b7ef734fa3cb865b7a95c5ee0e91730586847c..7bc32b97cec7823a40a0e663201eff274eeaad28 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavformat/qcp.c
+ * @file
  * QCP format (.qcp) demuxer
  * @author Kenan Gillet
  * @sa RFC 3625: "The QCP File Format and Media Types for Speech Data"
@@ -187,7 +187,7 @@ static int qcp_read_packet(AVFormatContext *s, AVPacket *pkt)
     return AVERROR_EOF;
 }
 
-AVInputFormat qcp_demuxer = {
+AVInputFormat ff_qcp_demuxer = {
     .name           = "qcp",
     .long_name      = NULL_IF_CONFIG_SMALL("QCP format"),
     .priv_data_size = sizeof(QCPContext),