summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpcodecs/vd_theora.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vd_theora.c b/libmpcodecs/vd_theora.c
index 6364a4f4e4..cb9865b45e 100644
--- a/libmpcodecs/vd_theora.c
+++ b/libmpcodecs/vd_theora.c
@@ -105,8 +105,8 @@ static int init(sh_video_t *sh){
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)) )