Merge "Fix the bug in GetActiveBluetoothA2dpName()" into tizen_2.1
[platform/framework/native/media.git] / src / FMedia_AacDecoder.h
index e160ff1..ec5c420 100644 (file)
@@ -55,7 +55,8 @@ public:
 
        virtual bool IsPropertySupported(MediaPropertyType type) const;
 
-       const Tizen::Base::ByteBuffer* GetHeaderN(int sampleRate, int channels, int size, int pce_size);
+       Tizen::Base::ByteBuffer* GetHeaderN(int sampleRate, int channels, int size, int pce_size);
+
 private:
        static const int DEFAULT_BUFFER_SIZE = 192000;