Re: [FFmpeg-devel] [PATCH V3] tests/api/api-h264-test: Add AV_NOPTS_VALUE check for AVFrame.pkt_dts/pts

2019-02-12 Thread myp...@gmail.com
On Tue, Feb 12, 2019 at 9:27 PM Michael Niedermayer  wrote:
>
> On Tue, Feb 12, 2019 at 02:31:20PM +0800, Jun Zhao wrote:
> > Use av_ts2str() for AVFrame.pkt_dts/pts to avoid print the
> > pkt_dts/pts as negative number like:
> > "0,3616613, -9223372036854775808, 1001,  3110400, 0x75e37a65"
> >
> > Reviewed-by: Michael Niedermayer 
> > Signed-off-by: Jun Zhao 
> > ---
> >  tests/api/api-h264-test.c |7 ---
> >  1 files changed, 4 insertions(+), 3 deletions(-)
>
> LGTM
>
> thx
>
Pushed, tks
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


Re: [FFmpeg-devel] [PATCH V3] tests/api/api-h264-test: Add AV_NOPTS_VALUE check for AVFrame.pkt_dts/pts

2019-02-12 Thread Michael Niedermayer
On Tue, Feb 12, 2019 at 02:31:20PM +0800, Jun Zhao wrote:
> Use av_ts2str() for AVFrame.pkt_dts/pts to avoid print the
> pkt_dts/pts as negative number like:
> "0,3616613, -9223372036854775808, 1001,  3110400, 0x75e37a65"
> 
> Reviewed-by: Michael Niedermayer 
> Signed-off-by: Jun Zhao 
> ---
>  tests/api/api-h264-test.c |7 ---
>  1 files changed, 4 insertions(+), 3 deletions(-)

LGTM

thx

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

If a bugfix only changes things apparently unrelated to the bug with no
further explanation, that is a good sign that the bugfix is wrong.


signature.asc
Description: PGP signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel