On Thu, Dec 08, 2011 at 09:46:23AM +0100, Kostya Shishkov wrote: > On Thu, Dec 08, 2011 at 04:35:44AM +0000, Paul B Mahol wrote: > > > > --- a/libavcodec/cljr.c > > +++ b/libavcodec/cljr.c > > @@ -25,18 +25,15 @@ > > > > +#if CONFIG_CLJR_DECODER > > static int decode_frame(AVCodecContext *avctx, > > void *data, int *data_size, > > AVPacket *avpkt)
These changes are new, but I already pushed your other patch - please rebase and resend, thank you. > > @@ -89,27 +86,39 @@ static int decode_frame(AVCodecContext *avctx, > > > > - size= get_bit_count(&a->pb)/32; > > + flush_put_bits(&pb); > > > > - return size*4; > > + emms_c(); > > emms_c() is not needed here at all (since there's no MMX used here) same for this Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
