Index: media/filters/ffmpeg_h264_bitstream_converter.h |
=================================================================== |
--- media/filters/ffmpeg_h264_bitstream_converter.h (revision 95843) |
+++ media/filters/ffmpeg_h264_bitstream_converter.h (working copy) |
@@ -35,7 +35,7 @@ |
// FFmpegH264BitstreamConverter uses FFmpeg allocation methods for buffer |
// allocation to ensure compatibility with FFmpeg's memory management. |
-class MEDIA_EXPORT FFmpegH264BitstreamConverter : public BitstreamConverter { |
+class FFmpegH264BitstreamConverter : public BitstreamConverter { |
public: |
// The |stream_context| will be used during conversion and should be the |
// AVCodecContext for the stream sourcing these packets. A reference to |