[FFmpeg-devel] [PATCH] ffprobe: output best_effort_timestamp
Clément Bœsch
u at pkh.me
Thu Nov 28 11:28:01 CET 2013
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.
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131128/d811bcd7/attachment.asc>
More information about the ffmpeg-devel
mailing list