obs-studio/plugins/obs-ffmpeg/ffmpeg-mux
Richard Stanway 3332beece5 obs-ffmpeg: Fix seek offset being calculated incorrectly
If FFmpeg wrote data and then seeked back to immediately overwrite it,
the second seek would be skipped as our virtual offset was incorrectly
thinking it hadn't changed. This caused MP4 corruption when seeking
back in the file to write the moov atom.

Fixes https://github.com/obsproject/obs-studio/issues/7269
Fixes https://github.com/obsproject/obs-studio/issues/7144
2022-09-03 01:34:14 +02:00
..
CMakeLists.txt obs-ffmpeg: Add a circlebuf to buffer output in ffmpeg-mux 2022-05-30 10:06:09 -07:00
ffmpeg-mux.c obs-ffmpeg: Fix seek offset being calculated incorrectly 2022-09-03 01:34:14 +02:00
ffmpeg-mux.h obs-ffmpeg: Split ffmpeg_muxer output file by size or time 2021-12-24 15:21:55 +09:00