On Sun, 7 Jun 2020 at 23:33, Michael Niedermayer <mich...@niedermayer.cc>
wrote:

> On Sun, Jun 07, 2020 at 11:07:13PM +0100, Kieran Kunhya wrote:
> > Needs some more explanation IMO
>
> If you look at the code which sets the outputed picture
> in slice_end()
> if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
>     int ret = av_frame_ref(pict, s->current_picture_ptr->f);
>     ...
> } else {
>
> this patch just makes got_output consistent with that.
>
> ok if i add this to the commit message or where you thinking
> of some other explanation ?
>
> thx
>

Ok.

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

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to