[FFmpeg-cvslog] doc/RELEASE_NOTES
Michael Niedermayer
git at videolan.org
Sat Jan 19 16:40:03 CET 2013
ffmpeg | branch: release/1.1 | Michael Niedermayer <michaelni at gmx.at> | Sat Jan 12 18:39:54 2013 +0100| [3049d5b9b32845c86aa5588bb3352bdeb2edfdb2] | committer: Michael Niedermayer
doc/RELEASE_NOTES
mention changed sample_fmt for audio decoders
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3049d5b9b32845c86aa5588bb3352bdeb2edfdb2
---
doc/RELEASE_NOTES | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index 4c209ec..768a747 100644
--- a/doc/RELEASE_NOTES
+++ b/doc/RELEASE_NOTES
@@ -20,3 +20,6 @@ compiler. Since MSVC does not support C99 features used extensively by FFmpeg,
this has been accomplished using a converter that turns C99 code to C89. See the
platform-specific documentation for more detailed documentation on building
FFmpeg with MSVC.
+
+The used output sample format for several audio decoders has changed, make
+sure you always check/use AVCodecContext.sample_fmt or AVFrame.format.
More information about the ffmpeg-cvslog
mailing list