X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fqcp.c;h=7bc32b97cec7823a40a0e663201eff274eeaad28;hb=5e81cb580a271de8767e85c7c43733c7713aee92;hp=78b7ef734fa3cb865b7a95c5ee0e91730586847c;hpb=72415b2adb2c25f95ceede49001bb97ed9247dbb;p=ffmpeg diff --git a/libavformat/qcp.c b/libavformat/qcp.c index 78b7ef734fa..7bc32b97cec 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.c @@ -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),