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
Disable B-frames decoding until I return and finish their proper decoding.
Originally committed as revision 5980 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov
19 years ago
parent
876031a74e
commit
6b53e173cf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/vc1.c
+ 1
- 0
libavcodec/vc1.c
View File
@@ -3278,6 +3278,7 @@ static int vc1_decode_frame(AVCodecContext *avctx,
return -1;
if(s->pict_type != I_TYPE && !v->res_rtm_flag)return -1;
if(s->pict_type == B_TYPE)return -1;
// for hurry_up==5
s->current_picture.pict_type= s->pict_type;
Write
Preview
Loading…
Cancel
Save