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
flashsvenc: Keep coded_frame.key_frame a write-only variable
tags/n2.8
Vittorio Giovara
9 years ago
parent
75c1ed2e4c
commit
91f9b6579a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/flashsvenc.c
+ 1
- 1
libavcodec/flashsvenc.c
View File
@@ -275,7 +275,7 @@ static int flashsv_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
avctx->coded_frame->key_frame = 0;
}
if (
avctx->coded_frame->key
_frame)
if (
I
_frame)
pkt->flags |= AV_PKT_FLAG_KEY;
*got_packet = 1;
Write
Preview
Loading…
Cancel
Save