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
Simplify: just add header_size directly.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n0.10
Reimar Döffinger
14 years ago
parent
b09c93d7bc
commit
57608d9029
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
libavcodec/fraps.c
+ 1
- 3
libavcodec/fraps.c
View File
@@ -153,9 +153,7 @@ static int decode_frame(AVCodecContext *avctx,
return -1;
}
buf+=4;
if (header_size == 8)
buf+=4;
buf += header_size;
f->pict_type = AV_PICTURE_TYPE_I;
f->key_frame = 1;
Write
Preview
Loading…
Cancel
Save