aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-12 18:39:54 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-19 16:31:51 +0100
commit3049d5b9b32845c86aa5588bb3352bdeb2edfdb2 (patch)
tree78e83568b3b5681669df0c0e3c3d6aea6aaf9218
parent43c6b45a53a186a187f7266e4d6bd3c2620519f1 (diff)
downloadffmpeg-3049d5b9b32845c86aa5588bb3352bdeb2edfdb2.tar.gz
doc/RELEASE_NOTES
mention changed sample_fmt for audio decoders Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--doc/RELEASE_NOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES
index 4c209ecb5e..768a747ba2 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.