[FFmpeg-devel] [PATCH 2/2] avcodec/mpeg12dec: Fix got_output
Michael Niedermayer
michael at niedermayer.cc
Mon Jun 8 21:41:30 EEST 2020
On Mon, Jun 08, 2020 at 04:18:08PM +0100, Kieran Kunhya wrote:
> On Sun, 7 Jun 2020 at 23:33, Michael Niedermayer <michael at 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.
will apply with that
thx
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you fake or manipulate statistics in a paper in physics you will never
get a job again.
If you fake or manipulate statistics in a paper in medicin you will get
a job for life at the pharma industry.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200608/32e48cfb/attachment.sig>
More information about the ffmpeg-devel
mailing list