revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
Originally committed as revision 2451 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9df1d2490d
commit
2a2bbcb05f
9 changed files with 107 additions and 106 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue