X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpc7.c;h=14abff470df199763c8e555436930740ec09af3d;hb=6101e5322f083a806fd92a6261ff3197fdd0f5e7;hp=711f0da9f20d28688754f6e76366ddd2f73548f0;hpb=8e9a0a3568d915387c35645ea7d85945b98d2197;p=ffmpeg diff --git a/libavcodec/mpc7.c b/libavcodec/mpc7.c index 711f0da9f20..14abff470df 100644 --- a/libavcodec/mpc7.c +++ b/libavcodec/mpc7.c @@ -341,7 +341,7 @@ AVCodec ff_mpc7_decoder = { .init = mpc7_decode_init, .close = mpc7_decode_close, .decode = mpc7_decode_frame, - .flush = mpc7_decode_flush, + .flush = mpc7_decode_flush, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Musepack SV7"), + .long_name = NULL_IF_CONFIG_SMALL("Musepack SV7"), };