summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 09:09:49 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-01 09:09:49 +0000
commitaacd0815797c8eb9fc7c5d15fa3f0e5273487ab9 (patch)
treecd802f75edd927f45c3f6829633c26276bd1f3f5 /libmpcodecs
parent1002389056f2540b9f78996d1a6e7e4e78b31c6e (diff)
downloadmpv-aacd0815797c8eb9fc7c5d15fa3f0e5273487ab9.tar.bz2
mpv-aacd0815797c8eb9fc7c5d15fa3f0e5273487ab9.tar.xz
10l, replace a tab that slipped in.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28767 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/vd_ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
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;