From 9524cf79df9f4f5792272e7e53f7dcc90ee26e61 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Thu, 26 Jan 2012 20:08:23 -0500 Subject: 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. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index ef630e8e2a..c3755299dc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -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(). -- cgit v1.2.3