changeset 657:8de2081a39ab libavcodec

uninitialized var ...
author michaelni
date Thu, 12 Sep 2002 14:43:44 +0000
parents e47fa3e3f2d5
children dc8df8792a24
files h263dec.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
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;
     }