diff utils.c @ 1585:6b224ca24033 libavcodec

revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
author melanson
date Thu, 30 Oct 2003 05:40:58 +0000
parents ece0ad14a35d
children de5e2acd0f80
line wrap: on
line diff
--- a/utils.c	Wed Oct 29 17:30:13 2003 +0000
+++ b/utils.c	Thu Oct 30 05:40:58 2003 +0000
@@ -318,6 +318,7 @@
     
     s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
     s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
+    s->palctrl = NULL;
 }
 
 /**