ffmpegenc: Fix timestamp resyncing
Properly convert bytes into time using sample size, sample rate and channels number, instead of sample rate only. This can cause huge timestamp discontinuities (even though the durations remain correct) and might cause problems to muxers. Fixes #623388
Please register or sign in to comment