mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
missed removing this line in my last commit
Originally committed as revision 5626 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1302,7 +1302,6 @@ static int decode_pic(AVSContext *h) {
|
||||
mb_type = get_ue_golomb(&s->gb) + B_DIRECT;
|
||||
} else
|
||||
mb_type = get_ue_golomb(&s->gb) + B_SKIP;
|
||||
init_mb(h);
|
||||
if(mb_type > B_8X8) {
|
||||
h->cbp = cbp_tab[mb_type - B_8X8 - 1][0];
|
||||
decode_mb_i(h);
|
||||
|
||||
Reference in New Issue
Block a user