Re: [FFmpeg-devel] [PATCH] ffmpeg: add packet duration to AVPacket logging

2022-03-23 Thread Jan Ekström
On Mon, Mar 14, 2022 at 4:36 PM Paul B Mahol wrote: > > LGTM, could also be refactored/deduplicated. Thanks. Yea, I think I largely agree. Logging function for AVFrames and AVPackets, Additionally debug_ts could use an option to only log the things you are interested in (demux/decode/etc). Appli

Re: [FFmpeg-devel] [PATCH] ffmpeg: add packet duration to AVPacket logging

2022-03-14 Thread Paul B Mahol
LGTM, could also be refactored/deduplicated. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] ffmpeg: add packet duration to AVPacket logging

2022-03-14 Thread Jan Ekström
From: Jaakko Perttilä Especially useful when debugging subtitle output, but also shows if values are set or not for demux and encoding. Co-authored-by: Jan Ekström Signed-off-by: Jan Ekström --- fftools/ffmpeg.c | 27 ++- 1 file changed, 18 insertions(+), 9 deletions(