1
0
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:
Justin Ruggles
2012-01-26 20:08:23 -05:00
parent 6699d07480
commit 9524cf79df
4 changed files with 157 additions and 1 deletions

View File

@@ -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().