mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/qdm2: Remove outdated comment
Forgotten in f054e309c5
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
16bb8247b4
commit
278a27f651
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue