On Thu, Nov 10, 2016 at 01:30:34PM +0000, Derek Buitenhuis wrote:
> On 11/4/2016 10:31 PM, Sasi Inguva wrote:
> > -            avctx->internal->skip_samples -= frame->nb_samples;
> > +            avctx->internal->skip_samples = FFMAX(0, 
> > avctx->internal->skip_samples - frame->nb_samples);
> 
> LGTM.

applied

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The greatest way to live with honor in this world is to be what we pretend
to be. -- Socrates

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to