From 513b9fc615de45378ec2f9403106767204ae3a45 Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 22 Dec 2010 18:39:37 +0000 Subject: replace asf... by AUDIO_SAMPLE_FORMAT_... constants git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2769 b956fd51-792f-4845-bead-9b4dfca2ff2c --- mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_audio_convert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_audio_convert.h') diff --git a/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_audio_convert.h b/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_audio_convert.h index ee4c5a81..fbb5bedc 100644 --- a/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_audio_convert.h +++ b/mediaplugin/src/mediaplugins/ffmpeg/ffmpeg_audio_convert.h @@ -47,7 +47,7 @@ protected: bool init() { // Note: FFmpeg does not support resampling for more than 2 input channels - if (_srcFormatInfo.getFormat() != asfS16) { + if (_srcFormatInfo.getFormat() != AUDIO_SAMPLE_FORMAT_S16) { logger.error("Unsupported format", "TAudioConverter_FFmpeg.Init"); return false; } -- cgit v1.2.3