summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-01-26 20:08:23 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-03-05 13:08:15 -0500
commit9524cf79df9f4f5792272e7e53f7dcc90ee26e61 (patch)
tree76861289a8b6392cbfe429d836b877ae697b1499 /doc
parent6699d07480f58bc20068b2d90fcd6ca8e3aa46b8 (diff)
downloadffmpeg-streaming-9524cf79df9f4f5792272e7e53f7dcc90ee26e61.zip
ffmpeg-streaming-9524cf79df9f4f5792272e7e53f7dcc90ee26e61.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index ef630e8..c375529 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().
OpenPOWER on IntegriCloud