changeset 2417:991f39305057 libavcodec

10l (obmc_scratchpad not always initialize) patch by (Gert Vervoort <gert.vervoort at hccnet dot nl>)
author lorenm
date Sun, 09 Jan 2005 00:48:37 +0000
parents 06b7d678b582
children 82af834636c2
files h264.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Sat Jan 08 08:56:18 2005 +0000
+++ b/h264.c	Sun Jan 09 00:48:37 2005 +0000
@@ -2540,6 +2540,8 @@
         }
     }
 
+    s->obmc_scratchpad = NULL;
+
     return 0;
 fail:
     free_tables(h);