Browse Source

avcodec/proresdsp : remove unused value

tags/n4.2
Martin Vignali 7 years ago
parent
commit
dae9b4b8a4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/proresdsp.c

+ 0
- 1
libavcodec/proresdsp.c View File

@@ -27,7 +27,6 @@
#include "proresdsp.h"
#include "simple_idct.h"

#define BIAS (1 << (PRORES_BITS_PER_SAMPLE - 1)) ///< bias value for converting signed pixels into unsigned ones
#define CLIP_MIN (1 << (PRORES_BITS_PER_SAMPLE - 8)) ///< minimum value for clipping resulting pixels
#define CLIP_MAX (1 << PRORES_BITS_PER_SAMPLE) - CLIP_MIN - 1 ///< maximum value for clipping resulting pixels



Loading…
Cancel
Save