summaryrefslogtreecommitdiff
path: root/libavcodec/liba52/resample.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/liba52/resample.c')
-rw-r--r--libavcodec/liba52/resample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/liba52/resample.c b/libavcodec/liba52/resample.c
index 07e2d69478..faa6877fdd 100644
--- a/libavcodec/liba52/resample.c
+++ b/libavcodec/liba52/resample.c
@@ -37,7 +37,7 @@ void* tmp;
a52_resample=tmp;
return tmp;
}
-
+
av_log(NULL, AV_LOG_ERROR, "Unimplemented resampler for mode 0x%X -> %d channels conversion - Contact MPlayer developers!\n", flags, chans);
return NULL;
}