git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read data
[ffmpeg.git]
/
libavfilter
/
vf_hqdn3d.c
diff --git
a/libavfilter/vf_hqdn3d.c
b/libavfilter/vf_hqdn3d.c
index
4b1f2f9
..
99d22d9
100644
(file)
--- a/
libavfilter/vf_hqdn3d.c
+++ b/
libavfilter/vf_hqdn3d.c
@@
-155,7
+155,7
@@
static int denoise_depth(HQDN3DContext *s,
#define denoise(...) \
do { \
- int ret = AVERROR_
INVALIDDATA;
\
+ int ret = AVERROR_
BUG;
\
switch (s->depth) { \
case 8: ret = denoise_depth(__VA_ARGS__, 8); break; \
case 9: ret = denoise_depth(__VA_ARGS__, 9); break; \