[FFmpeg-cvslog] mpeg1video: add CODEC_CAP_SLICE_THREADS.
Ronald S. Bultje
git at videolan.org
Thu Jul 14 02:36:48 CEST 2011
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Wed Jun 29 14:13:17 2011 -0700| [cdc5a3a194ac9275129ca88da005786ebaceb268] | committer: Ronald S. Bultje
mpeg1video: add CODEC_CAP_SLICE_THREADS.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdc5a3a194ac9275129ca88da005786ebaceb268
---
libavcodec/mpeg12.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 4cbfa8d..0590832 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -2539,7 +2539,7 @@ AVCodec ff_mpeg1video_decoder = {
NULL,
mpeg_decode_end,
mpeg_decode_frame,
- CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY,
+ CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_TRUNCATED | CODEC_CAP_DELAY | CODEC_CAP_SLICE_THREADS,
.flush= flush,
.max_lowres= 3,
.long_name= NULL_IF_CONFIG_SMALL("MPEG-1 video"),
More information about the ffmpeg-cvslog
mailing list