mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
vc1: Remove now unused variables
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
287c8db39e
commit
a60136ee57
@ -331,7 +331,6 @@ static void vc1_smooth_overlap_filter_iblk(VC1Context *v)
|
||||
static void vc1_mc_1mv(VC1Context *v, int dir)
|
||||
{
|
||||
MpegEncContext *s = &v->s;
|
||||
DSPContext *dsp = &v->s.dsp;
|
||||
H264ChromaContext *h264chroma = &v->h264chroma;
|
||||
uint8_t *srcY, *srcU, *srcV;
|
||||
int dxy, mx, my, uvmx, uvmy, src_x, src_y, uvsrc_x, uvsrc_y;
|
||||
@ -1828,7 +1827,6 @@ static inline void vc1_pred_mv_intfr(VC1Context *v, int n, int dmv_x, int dmv_y,
|
||||
static void vc1_interp_mc(VC1Context *v)
|
||||
{
|
||||
MpegEncContext *s = &v->s;
|
||||
DSPContext *dsp = &v->s.dsp;
|
||||
H264ChromaContext *h264chroma = &v->h264chroma;
|
||||
uint8_t *srcY, *srcU, *srcV;
|
||||
int dxy, mx, my, uvmx, uvmy, src_x, src_y, uvsrc_x, uvsrc_y;
|
||||
|
Loading…
Reference in New Issue
Block a user