summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-08-10 09:39:43 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-02-03 16:00:30 -0500
commit6f1a5e8d6b7e085171a49b8ce6a371a7c9643764 (patch)
tree7cb73267144a03701de759bfe20238281883f73b /libavcodec
parent29a20ac4a19df5acc0eef306ca5a737778a31358 (diff)
downloadffmpeg-streaming-6f1a5e8d6b7e085171a49b8ce6a371a7c9643764.zip
ffmpeg-streaming-6f1a5e8d6b7e085171a49b8ce6a371a7c9643764.tar.gz
dsputil: remove debug message in dsputil_init().
AVCodecContext.bits_per_raw_sample is used for audio too, and values other than 8, 9, and 10 are valid.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/dsputil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index a7c69c0..a72bd89 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -3131,8 +3131,6 @@ av_cold void dsputil_init(DSPContext* c, AVCodecContext *avctx)
}
break;
default:
- av_log(avctx, AV_LOG_DEBUG, "Unsupported bit depth: %d\n", avctx->bits_per_raw_sample);
- case 8:
BIT_DEPTH_FUNCS(8, _16);
break;
}
OpenPOWER on IntegriCloud