You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -27,7 +27,6 @@
|
|||||||
#include "libavcodec/internal.h"
|
#include "libavcodec/internal.h"
|
||||||
#include "libavcodec/mathops.h"
|
#include "libavcodec/mathops.h"
|
||||||
#include "avcodec.h"
|
#include "avcodec.h"
|
||||||
#include "dsd_tablegen.h"
|
|
||||||
|
|
||||||
#define HTAPS 48 /** number of FIR constants */
|
#define HTAPS 48 /** number of FIR constants */
|
||||||
#define FIFOSIZE 16 /** must be a power of two */
|
#define FIFOSIZE 16 /** must be a power of two */
|
||||||
|
Reference in New Issue
Block a user