diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-03-24 12:08:13 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-03-25 16:55:36 -0400 |
commit | 0b18b49b3b7dace5c5840529600fcddbcebcf878 (patch) | |
tree | 0ca5816150aab6cb87ecb6d248289573cac18e90 | |
parent | 34b47d7cbc6b7db607e8980453876d5106d0c387 (diff) | |
download | ffmpeg-0b18b49b3b7dace5c5840529600fcddbcebcf878.tar.gz |
Add APIchanges entry for audio_service_type.
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index f9ae6c1a7f..2932028139 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2011-03-25 - 34b47d7 - lavc 52.115.0 - AVCodecContext.audio_service_type + Add audio_service_type field to AVCodecContext. + 2011-03-02 - 863c471 - lavf 52.103.0 - av_pkt_dump2, av_pkt_dump_log2 Add new functions av_pkt_dump2, av_pkt_dump_log2 that uses the source stream timebase for outputting timestamps. Deprecate |