Re: [FFmpeg-devel] [PATCH 3/3] avcodec/cuvid: set best_effort_timestamp instead of frame pts

2016-10-03 Thread Timo Rothenpieler
> Please just leave the pts stuff as-is, or we'll have to undo these > changes right in the next merge again, which deprecates pkt_pts and > favors using AVFrame.pts for decoding as well (less redundant fields). > Setting both for the time being should not have any negative effects. Ok, I'll leave

Re: [FFmpeg-devel] [PATCH 3/3] avcodec/cuvid: set best_effort_timestamp instead of frame pts

2016-10-02 Thread Hendrik Leppkes
On Sun, Oct 2, 2016 at 11:08 PM, Timo Rothenpieler wrote: > --- > libavcodec/cuvid.c | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/libavcodec/cuvid.c b/libavcodec/cuvid.c > index e9a1dd7..5ceb94e 100644 > --- a/libavcodec/cuvid.c > +++ b/libavcodec/cuvi

[FFmpeg-devel] [PATCH 3/3] avcodec/cuvid: set best_effort_timestamp instead of frame pts

2016-10-02 Thread Timo Rothenpieler
--- libavcodec/cuvid.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libavcodec/cuvid.c b/libavcodec/cuvid.c index e9a1dd7..5ceb94e 100644 --- a/libavcodec/cuvid.c +++ b/libavcodec/cuvid.c @@ -451,25 +451,25 @@ static int cuvid_output_frame(AVCodecContext *av