[FFmpeg-devel] The log level of "co located POCs unavailable" should not be ERROR
Michael Niedermayer
michael at niedermayer.cc
Sun Mar 3 12:29:22 EET 2019
On Sun, Mar 03, 2019 at 12:35:11PM +0800, Yukun Guo wrote:
> On Sun, 3 Mar 2019 at 00:41, Michael Niedermayer wrote:
>
> > If the frame is copied, its copy would be at a different point in
> > time so it may need a different poc and simply copying it might
> > cause issues
>
> Sorry I didn't state it clearly. What I meant is POC = previous POC +
> 2, not copied [1]. This is correct, since the frame is missing you
> don't have better choices. I just wonder why not set field_poc? If I
> add these two lines:
>
> h->short_ref[0]->field_poc[0] = prev->field_poc[0] + 2;
> h->short_ref[0]->field_poc[1] = prev->field_poc[1] + 2;
setting field_poc to a "best effort" value should be better than not
setting it, yes
[...]
--
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: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190303/a06cc9a8/attachment.sig>
More information about the ffmpeg-devel
mailing list