VP8: eliminate redundant code in r24458
Originally committed as revision 24459 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a71abb714e
commit
09959ec46e
@ -932,7 +932,7 @@ static int check_intra_pred_mode(int mode, int mb_x, int mb_y)
|
|||||||
if (!mb_x) {
|
if (!mb_x) {
|
||||||
mode = mb_y ? TOP_DC_PRED8x8 : DC_128_PRED8x8;
|
mode = mb_y ? TOP_DC_PRED8x8 : DC_128_PRED8x8;
|
||||||
} else if (!mb_y) {
|
} else if (!mb_y) {
|
||||||
mode = mb_x ? LEFT_DC_PRED8x8 : DC_128_PRED8x8;
|
mode = LEFT_DC_PRED8x8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return mode;
|
return mode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user