diff h263dec.c @ 208:2eb04d6be309 libavcodec

(commit by michael) bye bye weird al rounding bug ;)
author arpi_esp
date Tue, 15 Jan 2002 22:22:41 +0000
parents 9bfd3abd85eb
children 840cd25bf259
line wrap: on
line diff
--- a/h263dec.c	Tue Jan 15 05:02:26 2002 +0000
+++ b/h263dec.c	Tue Jan 15 22:22:41 2002 +0000
@@ -211,6 +211,9 @@
                                    y, s->width, h);
         }
     }
+    
+    if (s->h263_msmpeg4)
+        if(msmpeg4_decode_ext_header(s, buf_size) < 0) return -1;
 
     MPV_frame_end(s);