ffmpeg | branch: master | Andreas Rheinhardt <[email protected]> | Tue Nov 17 13:31:44 2020 +0100| [278a27f651e1ef72096b7eaae3976d6a9ef1d404] | committer: Andreas Rheinhardt
avcodec/qdm2: Remove outdated comment Forgotten in f054e309c58894450a5d18cce9799ef58aab9f14. Signed-off-by: Andreas Rheinhardt <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=278a27f651e1ef72096b7eaae3976d6a9ef1d404 --- libavcodec/qdm2.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c index bd365739ce..c3e1315ef0 100644 --- a/libavcodec/qdm2.c +++ b/libavcodec/qdm2.c @@ -1594,8 +1594,6 @@ static void qdm2_synthesis_filter(QDM2Context *q, int index) /** * Init static data (does not depend on specific file) - * - * @param q context */ static av_cold void qdm2_init_static_data(void) { static int done; _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
