aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-05-24 22:59:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-25 04:08:34 +0200
commit895b616146a0d6091b09dab4752191b5234964d0 (patch)
tree347322d5563fde9968d2b2af0c03b0cd5a85a825 /libswscale/swscale.c
parent8050dfdfb284874e3989301771e8011422e78c7a (diff)
downloadffmpeg-895b616146a0d6091b09dab4752191b5234964d0.tar.gz
swscale: dont loose bits on planar >8bit yuv ind gray nput.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r--libswscale/swscale.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index c048180e1d..e4e69cf819 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -60,6 +60,7 @@ untested special converters
#include "swscale.h"
#include "swscale_internal.h"
#include "rgb2rgb.h"
+#include "libavutil/avassert.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/x86_cpu.h"
#include "libavutil/avutil.h"