On 06/02/13 10:49, Anton Khirnov wrote: > The H264 context is always uninitialized at this point. > --- > libavcodec/svq3.c | 242 > ++++++++++++++++++++++++++--------------------------- > 1 file changed, 120 insertions(+), 122 deletions(-) > > diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c > index 4b5a8d0..7ff0d32 100644 > --- a/libavcodec/svq3.c > +++ b/libavcodec/svq3.c > @@ -855,147 +855,145 @@ static av_cold int svq3_decode_init(AVCodecContext > *avctx) > h->is_complex = 1; > avctx->pix_fmt = avctx->codec->pix_fmts[0]; >
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
