OSDN Git Service

The information whether an encoder supports "native" resampling is provided via Abstr...
[lamexp/LameXP.git] / src / Encoder_FLAC.cpp
index 4cea9b0..3f63e3a 100644 (file)
@@ -109,6 +109,11 @@ public:
                static const char* s_extension = "flac";
                return s_extension;
        }
+
+       virtual bool isResamplingSupported(void) const
+       {
+               return false;
+       }
 }
 static const g_flacEncoderInfo;