mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-02 20:35:37 +02:00
Fixing a value returning issue
Originally committed as revision 17469 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b1fa494205
commit
ce83d2bd37
@ -816,7 +816,8 @@ static av_always_inline int dv_guess_dct_mode(DVVideoContext *s, uint8_t *data,
|
|||||||
s->ildct_cmp(NULL, data + linesize, NULL, linesize<<1, 4);
|
s->ildct_cmp(NULL, data + linesize, NULL, linesize<<1, 4);
|
||||||
return (ps > is);
|
return (ps > is);
|
||||||
}
|
}
|
||||||
} else
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user