From 728685f37ab333ca35980bd01766c78d197f784a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 14 Nov 2014 12:22:06 +0100 Subject: Add a side data type for audio service type. Currently, audio service type is a field in AVCodecContext. However, side data is more appropriate for this kind of information. --- doc/APIchanges | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/APIchanges b/doc/APIchanges index e1bf4156a6..b685866a0d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,10 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-11-xx - xxxxxxx - lavc 56.12.0, lavu 54.8.0 - avcodec.h, frame.h + Add AV_PKT_DATA_AUDIO_SERVICE_TYPE and AV_FRAME_DATA_AUDIO_SERVICE_TYPE for + storing the audio service type as side data. + 201x-xx-xx - xxxxxxx - lavc 56.10.0 - vdpau.h Add av_vdpau_get_surface_parameters(). -- cgit v1.2.3