This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
snowenc: add forgotten emms_c()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
Michael Niedermayer
12 years ago
parent
87a954d6f4
commit
70a2a4934a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save