Originally committed as revision 3788 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 20 years ago
parent 6cb5dcb392
commit 17bfbd70ab
  1. 1
      libavcodec/h264.c

@ -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);

Loading…
Cancel
Save