[FFmpeg-cvslog] avcodec/qdm2: Remove outdated comment
Andreas Rheinhardt
git at videolan.org
Tue Nov 24 12:48:52 EET 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | 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 <andreas.rheinhardt at gmail.com>
> 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;
More information about the ffmpeg-cvslog
mailing list