Originally committed as revision 3788 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-12-31 14:02:35 +00:00
parent 6cb5dcb392
commit 17bfbd70ab
1 changed files with 1 additions and 0 deletions

View File

@ -2495,6 +2495,7 @@ static void frame_start(H264Context *h){
MPV_frame_start(s, s->avctx);
ff_er_frame_start(s);
h->mmco_index=0;
assert(s->linesize && s->uvlinesize);