mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-06 07:20:54 +00:00
msmpeg4: remove leftover unused debug variable declaration
This commit is contained in:
parent
95a06eb4d5
commit
a3e0135dbb
1 changed files with 0 additions and 4 deletions
|
@ -62,10 +62,6 @@ static uint32_t v2_dc_chroma_table[512][2];
|
||||||
/* vc1 externs */
|
/* vc1 externs */
|
||||||
extern const uint8_t wmv3_dc_scale_table[32];
|
extern const uint8_t wmv3_dc_scale_table[32];
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
int frame_count = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "msmpeg4data.h"
|
#include "msmpeg4data.h"
|
||||||
|
|
||||||
#if CONFIG_ENCODERS //strangely gcc includes this even if it is not referenced
|
#if CONFIG_ENCODERS //strangely gcc includes this even if it is not referenced
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue