diff options
author | Stefan Gehrer <stefan.gehrer@gmx.de> | 2009-02-10 20:51:35 +0000 |
---|---|---|
committer | Stefan Gehrer <stefan.gehrer@gmx.de> | 2009-02-10 20:51:35 +0000 |
commit | b9fce052053b230745c7a4dd097e93b03f94af71 (patch) | |
tree | 83d3082931ec848efd8d0b9b8d5ac575cf6b80a4 /libavcodec/cavs.c | |
parent | 4ca6f4b29c23747a6ea9b3e6151f254d0fa2d0d9 (diff) | |
download | ffmpeg-b9fce052053b230745c7a4dd097e93b03f94af71.tar.gz |
fix multiple slices per frame
Originally committed as revision 17137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cavs.c')
-rw-r--r-- | libavcodec/cavs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c index 6bb0f48e97..61f24f72cc 100644 --- a/libavcodec/cavs.c +++ b/libavcodec/cavs.c @@ -608,8 +608,6 @@ int ff_cavs_next_mb(AVSContext *h) { h->cv = h->picture.data[2] + h->mby*8*h->c_stride; if(h->mby == h->mb_height) { //frame end return 0; - } else { - //check_for_slice(h); } } return 1; |