Index: media/filters/ffmpeg_demuxer.h |
=================================================================== |
--- media/filters/ffmpeg_demuxer.h (revision 19853) |
+++ media/filters/ffmpeg_demuxer.h (working copy) |
@@ -161,7 +161,7 @@ |
void StreamHasEnded(); |
// FFmpeg context handle. |
- scoped_ptr_malloc<AVFormatContext, ScopedPtrAVFree> format_context_; |
+ AVFormatContext* format_context_; |
// Latest timestamp read on the demuxer thread. |
base::TimeDelta current_timestamp_; |