forked from FFmpeg/FFmpeg
avcodec/vp8: Remove unused macros
Reviewed-by: Peter Ross <pross@xvid.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
60d8c2019f
commit
361c875340
1 changed files with 0 additions and 8 deletions
|
@ -44,14 +44,6 @@
|
||||||
# include "arm/vp8.h"
|
# include "arm/vp8.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CONFIG_VP7_DECODER && CONFIG_VP8_DECODER
|
|
||||||
#define VPX(vp7, f) (vp7 ? vp7_ ## f : vp8_ ## f)
|
|
||||||
#elif CONFIG_VP7_DECODER
|
|
||||||
#define VPX(vp7, f) vp7_ ## f
|
|
||||||
#else // CONFIG_VP8_DECODER
|
|
||||||
#define VPX(vp7, f) vp8_ ## f
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// fixme: add 1 bit to all the calls to this?
|
// fixme: add 1 bit to all the calls to this?
|
||||||
static int vp8_rac_get_sint(VPXRangeCoder *c, int bits)
|
static int vp8_rac_get_sint(VPXRangeCoder *c, int bits)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue