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
vc1dec: count ENDOFSEQ code in return value.
tags/n1.0
Nicolas George
13 years ago
parent
89898cd3b6
commit
cc7eff1fa0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/vc1dec.c
+ 1
- 1
libavcodec/vc1dec.c
View File
@@ -5343,7 +5343,7 @@ static int vc1_decode_frame(AVCodecContext *avctx, void *data,
*data_size = sizeof(AVFrame);
}
return
0
;
return
buf_size
;
}
if (s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU) {
Write
Preview
Loading…
Cancel
Save