Mercurial > mplayer.hg
changeset 28732:5a8aa763f889
10l, replace a tab that slipped in.
author | reimar |
---|---|
date | Sun, 01 Mar 2009 09:09:49 +0000 |
parents | 244353700b38 |
children | 702db4355c75 |
files | libmpcodecs/vd_ffmpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c Sun Mar 01 09:03:01 2009 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Sun Mar 01 09:09:49 2009 +0000 @@ -208,7 +208,7 @@ 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;