diff h263dec.c @ 657:8de2081a39ab libavcodec

uninitialized var ...
author michaelni
date Thu, 12 Sep 2002 14:43:44 +0000
parents 0018e190cc4c
children dc8df8792a24
line wrap: on
line diff
--- a/h263dec.c	Thu Sep 12 12:26:09 2002 +0000
+++ b/h263dec.c	Thu Sep 12 14:43:44 2002 +0000
@@ -147,9 +147,10 @@
     s->workaround_bugs= avctx->workaround_bugs;
     s->flags= avctx->flags;
 
-    /* no supplementary picture */
+    *data_size = 0;
+   
+   /* no supplementary picture */
     if (buf_size == 0) {
-        *data_size = 0;
         return 0;
     }