summaryrefslogtreecommitdiff
path: root/tests/ref/seek/lavf-mxf_dvcpro50
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2024-03-02 22:56:35 +0100
committerMarton Balint <cus@passwd.hu>2024-03-16 19:19:42 +0100
commit9c2c0c37f8c775d2bdca1730789fbdae75922acd (patch)
treea1d7b794cbabe9387cd4b93988ad0eaaad8c62d0 /tests/ref/seek/lavf-mxf_dvcpro50
parentf5441e441f9b0d235e49bdccc69e141ccd92e854 (diff)
avformat/pcm: factorize and improve determining the default packet size
- Remove the 1024 cap on the number of samples, for high sample rate audio it was suboptimal, calculate the low neighbour power of two for the number of samples (audio blocks) instead. - Make the function work correctly also for non-pcm codecs by using the stream bitrate to estimate the target packet size. A previous version of this patch used av_get_audio_frame_duration2() the estimate the desired packet size, but for some codecs that returns the duration of a single audio frame regardless of frame_bytes. - Fallback to 4096/block_align*block_align if bitrate is not available. Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests/ref/seek/lavf-mxf_dvcpro50')
0 files changed, 0 insertions, 0 deletions