[FFmpeg-devel] [PATCH] fix rounding errors in .ass subtitles format timings

2024-01-01 Thread Muhammed
Would appreciate it if someone could look at this. ___ 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 "unsubscrib

Re: [FFmpeg-devel] [PATCH] fix rounding errors in .ass subtitles format timings

2024-01-01 Thread Muhammed
Would appreciate it if someone could look at this. ___ 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 "unsubscrib

Re: [FFmpeg-devel] [PATCH] fix rounding errors in .ass subtitles format timings

2024-01-01 Thread Muhammed
for some reason the reply mailto link didn't work properly. sorry for spamming. here's the patch: https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2023-November/317250.html ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman

[FFmpeg-devel] [PATCH] fix rounding errors in .ass subtitles format timings

2023-11-21 Thread Muhammed
Signed-off-by: mohad12211 --- fftools/ffmpeg_mux.c | 2 ++ libavcodec/avpacket.c | 9 + libavcodec/packet.h | 2 ++ 3 files changed, 13 insertions(+) diff --git a/fftools/ffmpeg_mux.c b/fftools/ffmpeg_mux.c index 30c0330..7c9f03c 100644 --- a/fftools/ffmpeg_mux.c +++ b/fftools/ffmpeg