You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
avcodec: add av_get_audio_frame_duration() function.
This is a utility function for the user to get the frame duration based on the codec id, frame size in bytes, and various AVCodecContext parameters.
This commit is contained in:
@@ -12,6 +12,10 @@ libavutil: 2011-04-18
|
||||
|
||||
API changes, most recent first:
|
||||
|
||||
2012-xx-xx - lavc 54.8.0
|
||||
xxxxxxx Add av_get_exact_bits_per_sample()
|
||||
xxxxxxx Add av_get_audio_frame_duration()
|
||||
|
||||
2012-03-xx - xxxxxxx - lavc 54.7.0 - avcodec.h
|
||||
Add av_codec_is_encoder/decoder().
|
||||
|
||||
|
||||
Reference in New Issue
Block a user