mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
i think this if() is useless lets abuse our users to test this ;)
Originally committed as revision 7344 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2f16af0667
commit
3b9cf3bdb3
@ -119,6 +119,7 @@ static av_always_inline int cmp(MpegEncContext *s, const int x, const int y, con
|
|||||||
int d;
|
int d;
|
||||||
//FIXME check chroma 4mv, (no crashes ...)
|
//FIXME check chroma 4mv, (no crashes ...)
|
||||||
if(flags&FLAG_DIRECT){
|
if(flags&FLAG_DIRECT){
|
||||||
|
assert(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1));
|
||||||
if(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)){
|
if(x >= c->xmin && hx <= c->xmax<<(qpel+1) && y >= c->ymin && hy <= c->ymax<<(qpel+1)){
|
||||||
const int time_pp= s->pp_time;
|
const int time_pp= s->pp_time;
|
||||||
const int time_pb= s->pb_time;
|
const int time_pb= s->pb_time;
|
||||||
|
Loading…
Reference in New Issue
Block a user