Browse Source

snowenc: add forgotten emms_c()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
Michael Niedermayer 12 years ago
parent
commit
70a2a4934a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/snowenc.c

+ 1
- 0
libavcodec/snowenc.c View File

@@ -1677,6 +1677,7 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
EDGE_TOP | EDGE_BOTTOM);

}
emms_c();
s->new_picture = *pict;

s->m.picture_number= avctx->frame_number;


Loading…
Cancel
Save