Index: media/filters/ffmpeg_audio_decoder.h |
=================================================================== |
--- media/filters/ffmpeg_audio_decoder.h (revision 95843) |
+++ media/filters/ffmpeg_audio_decoder.h (working copy) |
@@ -14,8 +14,7 @@ |
// Forward declaration for scoped_ptr_malloc. |
class ScopedPtrAVFree; |
-class MEDIA_EXPORT FFmpegAudioDecoder |
- : public DecoderBase<AudioDecoder, Buffer> { |
+class FFmpegAudioDecoder : public DecoderBase<AudioDecoder, Buffer> { |
public: |
explicit FFmpegAudioDecoder(MessageLoop* message_loop); |
virtual ~FFmpegAudioDecoder(); |