mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
avcodec/dv: remove unused var dvquantareas
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
5f9d30ae8f
commit
7fb186784a
@ -173,8 +173,6 @@ static inline void dv_calc_mb_coordinates(const AVDVProfile *d, int chan,
|
||||
}
|
||||
}
|
||||
|
||||
static const uint8_t dv_quant_areas[4] = { 6, 21, 43, 64 };
|
||||
|
||||
int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const AVDVProfile *d)
|
||||
{
|
||||
int j, i, c, s, p;
|
||||
|
Loading…
Reference in New Issue
Block a user