Commit 35c23bf6 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]"

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 5350e0fc
......@@ -27,7 +27,6 @@
#include "libavcodec/internal.h"
#include "libavcodec/mathops.h"
#include "avcodec.h"
#include "dsd_tablegen.h"
#define HTAPS 48 /** number of FIR constants */
#define FIFOSIZE 16 /** must be a power of two */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment