10l, replace a tab that slipped in.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28767 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-03-01 09:09:49 +00:00
parent 1002389056
commit aacd081579
1 changed files with 1 additions and 1 deletions

View File

@ -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;