summaryrefslogtreecommitdiffstats
path: root/libavdevice
diff options
context:
space:
mode:
authorrogerdpack <rogerpack2005@gmail.com>2013-01-15 15:08:23 -0700
committerrogerdpack <rogerpack2005@gmail.com>2013-01-16 00:18:40 -0700
commit3b9166fc7efb5375f81c3447cf9d418bdd76187d (patch)
treee39c8559112046a5eeee654e668118733b6035ce /libavdevice
parent6d33026668c460d162f5167b86b019649673eb7d (diff)
downloadffmpeg-streaming-3b9166fc7efb5375f81c3447cf9d418bdd76187d.zip
ffmpeg-streaming-3b9166fc7efb5375f81c3447cf9d418bdd76187d.tar.gz
dshow: better error reporting
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/dshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dshow.c b/libavdevice/dshow.c
index f0b7f32..d47f36e 100644
--- a/libavdevice/dshow.c
+++ b/libavdevice/dshow.c
@@ -793,7 +793,7 @@ dshow_add_device(AVFormatContext *avctx,
codec->codec_id = dshow_codecid(bih->biCompression);
if (codec->codec_id == AV_CODEC_ID_NONE) {
av_log(avctx, AV_LOG_ERROR, "Unknown compression type. "
- "Please report verbose (-v 9) debug information.\n");
+ "Please report type 0x%X.\n", (int) bih->biCompression);
return AVERROR_PATCHWELCOME;
}
codec->bits_per_coded_sample = bih->biBitCount;
OpenPOWER on IntegriCloud