]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/avcodec: document that some video decoders do not support linesizes changing...
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 14:11:38 +0000 (15:11 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 14:35:11 +0000 (15:35 +0100)
Omission in the documentation found by: Sebastian Dröge
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/avcodec.h

index 37f680720996add22d22335b1a1b4b597486188e..9ca61c0bfe5a3c6b9851b4d5fad4c81240bab93a 100644 (file)
@@ -2158,6 +2158,8 @@ typedef struct AVCodecContext {
      * avcodec_align_dimensions2() should be used to find the required width and
      * height, as they normally need to be rounded up to the next multiple of 16.
      *
+     * Some decoders do not support linesizes changing between frames.
+     *
      * If frame multithreading is used and thread_safe_callbacks is set,
      * this callback may be called from a different thread, but not from more
      * than one at once. Does not need to be reentrant.