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 /RELEASE_NOTES | |
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 'RELEASE_NOTES')
-rw-r--r-- | RELEASE_NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 16d80b8257..ef773a8354 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -33,7 +33,7 @@ • libavutil 52.92.100 • libavcodec 55.69.100 - • libavformat 55.46.100 + • libavformat 55.47.100 • libavdevice 55.13.102 • libavfilter 4.10.100 • libswscale 2. 6.100 |