diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-17 13:31:44 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-11-24 11:35:03 +0100 |
commit | 278a27f651e1ef72096b7eaae3976d6a9ef1d404 (patch) | |
tree | 07d5260b60388a96953d580b9564a469486e0618 /libavcodec/qdm2.c | |
parent | 16bb8247b45a51c06e27e8563d8a546f3dddc79e (diff) | |
download | ffmpeg-278a27f651e1ef72096b7eaae3976d6a9ef1d404.tar.gz |
avcodec/qdm2: Remove outdated comment
Forgotten in f054e309c58894450a5d18cce9799ef58aab9f14.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/qdm2.c')
-rw-r--r-- | libavcodec/qdm2.c | 2 |
1 files changed, 0 insertions, 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; |