diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-01-26 20:08:23 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-03-05 13:08:15 -0500 |
commit | 9524cf79df9f4f5792272e7e53f7dcc90ee26e61 (patch) | |
tree | 76861289a8b6392cbfe429d836b877ae697b1499 /libavcodec/version.h | |
parent | 6699d07480f58bc20068b2d90fcd6ca8e3aa46b8 (diff) | |
download | ffmpeg-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 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 1ecfb215f6..2398cca2ae 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 54 -#define LIBAVCODEC_VERSION_MINOR 7 +#define LIBAVCODEC_VERSION_MINOR 8 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |