mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
lavc/motion_est: remove unused variable
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
709746b6af
commit
776cda748d
@ -390,10 +390,9 @@ static int sad_hpel_motion_search(MpegEncContext * s,
|
||||
int mx, my, dminh;
|
||||
uint8_t *pix, *ptr;
|
||||
int stride= c->stride;
|
||||
const int flags= c->sub_flags;
|
||||
LOAD_COMMON
|
||||
|
||||
av_assert2(flags == 0);
|
||||
av_assert2(c->sub_flags == 0);
|
||||
|
||||
if(c->skip){
|
||||
*mx_ptr = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user