mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 02:12:28 +00:00
avcodec/dvenc: clear all dsp contexts
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
162cffca80
commit
c527c14d63
@ -69,7 +69,9 @@ static av_cold int dvvideo_encode_init(AVCodecContext *avctx)
|
||||
|
||||
dv_vlc_map_tableinit();
|
||||
|
||||
memset(&fdsp,0, sizeof(fdsp));
|
||||
memset(&mecc,0, sizeof(mecc));
|
||||
memset(&pdsp,0, sizeof(pdsp));
|
||||
ff_fdctdsp_init(&fdsp, avctx);
|
||||
ff_me_cmp_init(&mecc, avctx);
|
||||
ff_pixblockdsp_init(&pdsp, avctx);
|
||||
|
Loading…
Reference in New Issue
Block a user