summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorStefan Gehrer <stefan.gehrer@gmx.de>2006-07-05 17:08:13 +0000
committerStefan Gehrer <stefan.gehrer@gmx.de>2006-07-05 17:08:13 +0000
commit0e9b7305d076bf46cb2458be315d907292c9d381 (patch)
tree6e75842e4ab7fe2a91c9a06328dcf4efc5877093 /libavcodec
parent67e21e071de382b9b15fb3571ed71f5eea99c6e7 (diff)
missed removing this line in my last commit
Originally committed as revision 5626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/cavs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c
index 6752c2aef6..aa8cd149f2 100644
--- a/libavcodec/cavs.c
+++ b/libavcodec/cavs.c
@@ -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);