From aacd0815797c8eb9fc7c5d15fa3f0e5273487ab9 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 1 Mar 2009 09:09:49 +0000 Subject: [PATCH] 10l, replace a tab that slipped in. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28767 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_ffmpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpcodecs/vd_ffmpeg.c b/libmpcodecs/vd_ffmpeg.c index 64ea79c569..6f9030e2c3 100644 --- a/libmpcodecs/vd_ffmpeg.c +++ b/libmpcodecs/vd_ffmpeg.c @@ -208,7 +208,7 @@ static void set_format_params(struct AVCodecContext *avctx, enum PixelFormat fmt vd_ffmpeg_ctx *ctx = sh->context; ctx->do_dr1 = 1; ctx->do_slices = 1; - avctx->thread_count = 1; + avctx->thread_count = 1; avctx->get_buffer = get_buffer; avctx->release_buffer = release_buffer; avctx->reget_buffer = get_buffer;