OSDN Git Service

dsputil: unbreak compilation on sparc after 6802c70
authorHendrik Leppkes <h.leppkes@gmail.com>
Thu, 14 Mar 2013 11:21:43 +0000 (12:21 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 14 Mar 2013 13:53:39 +0000 (14:53 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/sparc/dsputil_vis.c

index cd59fa7..9c3494b 100644 (file)
@@ -49,6 +49,7 @@ av_cold void ff_dsputil_init_vis(DSPContext *c, AVCodecContext *avctx)
 {
   /* VIS-specific optimizations */
   int accel = vis_level ();
+  const int high_bit_depth = avctx->bits_per_raw_sample > 8;
 
   if (accel & ACCEL_SPARC_VIS && !high_bit_depth) {
       if (avctx->idct_algo == FF_IDCT_SIMPLEVIS) {