projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
[ffmpeg.git]
/
libavcodec
/
utils.c
diff --git
a/libavcodec/utils.c
b/libavcodec/utils.c
index
79552f4
..
ace54ef
100644
(file)
--- a/
libavcodec/utils.c
+++ b/
libavcodec/utils.c
@@
-318,6
+318,7
@@
void avcodec_get_context_defaults(AVCodecContext *s){
s->intra_quant_bias= FF_DEFAULT_QUANT_BIAS;
s->inter_quant_bias= FF_DEFAULT_QUANT_BIAS;
+ s->palctrl = NULL;
}
/**