diff libmpcodecs/vd_theora.c @ 30891:fdcf76890a16

cosmetics: indentation
author aurel
date Thu, 18 Mar 2010 21:53:53 +0000
parents 1c92dce71f3d
children 92755ba89e79
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)) )