X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavcodec%2Ftwinvq.h;h=ae0f595d3c24b50a7e1d59d702809998e0a58db1;hp=c4e9688d46ddd1eb7a54d4e34f0b14dbccc5d187;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libavcodec/twinvq.h b/ffmpeg/libavcodec/twinvq.h index c4e9688..ae0f595 100644 --- a/ffmpeg/libavcodec/twinvq.h +++ b/ffmpeg/libavcodec/twinvq.h @@ -136,7 +136,7 @@ typedef struct TwinVQModeTab { typedef struct TwinVQContext { AVCodecContext *avctx; - AVFloatDSPContext fdsp; + AVFloatDSPContext *fdsp; FFTContext mdct_ctx[3]; const TwinVQModeTab *mtab;