Re: [FFmpeg-devel] [PATCH] cafenc: fill in avg. packet size later if unknown

2021-07-12 Thread Lynne
10 Jul 2021, 09:42 by d...@lynne.ee: > 10 Jul 2021, 03:10 by roman.bera...@prusa3d.cz: > >> Frame size of Opus stream was previously presumed here to be 960 samples >> (20ms), however sizes of 120, 240, 480, 1920, and 2880 are also allowed. >> It can also alter on a per-packet basis and even multi

Re: [FFmpeg-devel] [PATCH] cafenc: fill in avg. packet size later if unknown

2021-07-11 Thread ffmpegandmahanstreamer
On 2021-07-10 03:42, Lynne wrote: This doesn't move the pointer back to the file end if par->block_align is set. I think that's fine though, since the function writes the trailer, which should mean that nothing more needs to be written. Patch LGTM. But please, someone yell at Apple to support O

Re: [FFmpeg-devel] [PATCH] cafenc: fill in avg. packet size later if unknown

2021-07-10 Thread Lynne
10 Jul 2021, 03:10 by roman.bera...@prusa3d.cz: > Frame size of Opus stream was previously presumed here to be 960 samples > (20ms), however sizes of 120, 240, 480, 1920, and 2880 are also allowed. > It can also alter on a per-packet basis and even multiple frames may be > present in a single pack