diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-14 21:03:43 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-14 21:17:20 +0200 |
commit | 62227a70f0a4c07d7ead5775d8bad64797f8ef80 (patch) | |
tree | 6d5d7e4cb95547c8d1fe10a6c9fdf3acfa3be4aa /doc/APIchanges | |
parent | 68215724997c26d02a215b377de441b511804ecc (diff) | |
download | ffmpeg-62227a70f0a4c07d7ead5775d8bad64797f8ef80.tar.gz |
avformat: add av_stream_get_parser() to access avformat AVParser
The AVStream.parser field is considered private and its location cannot be
preserved while preserving also ABI compatibility to libav, as libav added fields
before it.
Some tools like ffmpeg.c access this field though
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 3def4916b6..e87f16579d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-07-14 - xxxxxxx - lavf 55.47.100 - avformat.h + Add av_stream_get_parser() + 2014-07-xx - xxxxxxx - lavu 53.18.0 - display.h Add av_display_matrix_flip() to flip the transformation matrix. |