[FFmpeg-devel] [PATCH] ffprobe: output best_effort_timestamp
wm4
nfxjfg at googlemail.com
Thu Nov 28 12:01:42 CET 2013
On Thu, 28 Nov 2013 11:28:01 +0100
Clément Bœsch <u at pkh.me> wrote:
> On Thu, Nov 28, 2013 at 11:25:41AM +0100, wm4 wrote:
> > This is useful for debugging.
> > ---
> > ffprobe.c | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/ffprobe.c b/ffprobe.c
> > index d124d4e..e192e4e 100644
> > --- a/ffprobe.c
> > +++ b/ffprobe.c
> > @@ -1718,6 +1718,8 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream,
> > print_time("pkt_pts_time", frame->pkt_pts, &stream->time_base);
> > print_ts ("pkt_dts", frame->pkt_dts);
> > print_time("pkt_dts_time", frame->pkt_dts, &stream->time_base);
> > + print_ts ("best_effort_timestamp", frame->best_effort_timestamp);
> > + print_time("best_effort_timestamp_time", frame->best_effort_timestamp, &stream->time_base);
>
> Please use the getter for ABI compat.
>
Now with more bullshit compatibility.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ffprobe-output-best_effort_timestamp.patch
Type: text/x-patch
Size: 1195 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131128/adc79158/attachment.bin>
More information about the ffmpeg-devel
mailing list