On Fri, Nov 14, 2014 at 02:39:46PM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer <michae...@gmx.at> > --- > libavcodec/nellymoserdec.c | 9 ++++++--- > libavcodec/nellymoserenc.c | 17 +++++++++++------ > 2 files changed, 17 insertions(+), 9 deletions(-) > > diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c > index ef16fd6..2d8a594 100644 > --- a/libavcodec/nellymoserdec.c > +++ b/libavcodec/nellymoserdec.c > @@ -51,7 +51,7 @@ typedef struct NellyMoserDecodeContext { > AVLFG random_state; > GetBitContext gb; > float scale_bias; > - AVFloatDSPContext fdsp; > + AVFloatDSPContext *fdsp;
Why, and why only for Nellymoser? I could see it from an ABI compatibility standpoint, but wouldn't this be fairly pointless unless all other uses are changed as well? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel