[FFmpeg-cvslog] avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable ]"
Michael Niedermayer
git at videolan.org
Sun May 15 18:06:37 CEST 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Sun May 15 14:34:44 2016 +0200| [35c23bf67df62d8d6dbfca05e99d6d607c17f7bb] | committer: Michael Niedermayer
avcodec/dsd: Fix "warning: ctables defined but not used [-Wunused-variable]"
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35c23bf67df62d8d6dbfca05e99d6d607c17f7bb
---
libavcodec/dsd.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/dsd.h b/libavcodec/dsd.h
index 42a9a48..5ca4574 100644
--- a/libavcodec/dsd.h
+++ b/libavcodec/dsd.h
@@ -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 */
More information about the ffmpeg-cvslog
mailing list