summaryrefslogtreecommitdiffstats
path: root/media/video/ffmpeg_video_allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/video/ffmpeg_video_allocator.cc')
-rw-r--r--media/video/ffmpeg_video_allocator.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/video/ffmpeg_video_allocator.cc b/media/video/ffmpeg_video_allocator.cc
index e9530b35..0185629 100644
--- a/media/video/ffmpeg_video_allocator.cc
+++ b/media/video/ffmpeg_video_allocator.cc
@@ -21,6 +21,8 @@ FFmpegVideoAllocator::FFmpegVideoAllocator()
release_buffer_(NULL) {
}
+FFmpegVideoAllocator::~FFmpegVideoAllocator() {}
+
void FFmpegVideoAllocator::Initialize(AVCodecContext* codec_context,
VideoFrame::Format surface_format) {
#ifdef FF_THREAD_FRAME // Only defined in FFMPEG-MT.