Re: [FFmpeg-devel] [PATCH] lavf/dauddec: set timebase to 1/samplerate

2023-04-27 Thread Paul B Mahol
LGTM ___ 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] lavf/dauddec: set timebase to 1/samplerate

2023-04-27 Thread Anton Khirnov
Prevents lavf from generating inexact timestamps with the default timebase of 1/9. --- libavformat/dauddec.c | 4 tests/ref/fate/d-cinema-demux | 10 +- tests/ref/fate/dcinema-encode | 26 +- 3 files changed, 22 insertions(+), 18 deletions(-) diff