Mercurial > mplayer.hg
changeset 30891:fdcf76890a16
cosmetics: indentation
author | aurel |
---|---|
date | Thu, 18 Mar 2010 21:53:53 +0000 |
parents | 1c92dce71f3d |
children | e052716dcb5b |
files | libmpcodecs/vd_theora.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_theora.c Thu Mar 18 21:53:02 2010 +0000 +++ b/libmpcodecs/vd_theora.c Thu Mar 18 21:53:53 2010 +0000 @@ -105,8 +105,8 @@ extradata += op.bytes + 2; extradata_size -= op.bytes + 2; } else { - op.bytes = ds_get_packet (sh->ds, &op.packet); - op.b_o_s = 1; + op.bytes = ds_get_packet (sh->ds, &op.packet); + op.b_o_s = 1; } if ( (errorCode = theora_decode_header (&context->inf, &context->cc, &op)) )