git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87ca4b
)
avcodec/proresdsp : remove unused value
author
Martin Vignali
<martin.vignali@gmail.com>
Sat, 17 Nov 2018 22:32:43 +0000
(23:32 +0100)
committer
Martin Vignali
<martin.vignali@gmail.com>
Sun, 2 Dec 2018 11:55:15 +0000
(12:55 +0100)
libavcodec/proresdsp.c
patch
|
blob
|
history
diff --git
a/libavcodec/proresdsp.c
b/libavcodec/proresdsp.c
index
5b5ada2
..
3c337dc
100644
(file)
--- a/
libavcodec/proresdsp.c
+++ b/
libavcodec/proresdsp.c
@@
-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