doc/RELEASE_NOTES

mention changed sample_fmt for audio decoders

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2013-01-12 18:39:54 +01:00
parent 43c6b45a53
commit 3049d5b9b3

View File

@@ -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 this has been accomplished using a converter that turns C99 code to C89. See the
platform-specific documentation for more detailed documentation on building platform-specific documentation for more detailed documentation on building
FFmpeg with MSVC. 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.