[FFmpeg-devel] [PATCH V3] tests/api/api-h264-test: Add AV_NOPTS_VALUE check for AVFrame.pkt_dts/pts
mypopy at gmail.com
mypopy at gmail.com
Wed Feb 13 03:54:16 EET 2019
On Tue, Feb 12, 2019 at 9:27 PM Michael Niedermayer <michaelni at gmx.at> 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 <michael at niedermayer.cc>
> > Signed-off-by: Jun Zhao <mypopydev at gmail.com>
> > ---
> > tests/api/api-h264-test.c | 7 ++++---
> > 1 files changed, 4 insertions(+), 3 deletions(-)
>
> LGTM
>
> thx
>
Pushed, tks
More information about the ffmpeg-devel
mailing list