Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: media/filters/ffmpeg_glue.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/audio_manager.h ('k') | net/http/http_pipelined_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/ffmpeg_glue.h
diff --git a/media/filters/ffmpeg_glue.h b/media/filters/ffmpeg_glue.h
index 17241b9730a7ee136488bf4604dd8c9f8d34742e..e6987b0da56fd4adc9606b321fcdbe1ec7b3d7af 100644
--- a/media/filters/ffmpeg_glue.h
+++ b/media/filters/ffmpeg_glue.h
@@ -38,6 +38,8 @@ class ScopedPtrAVFree;
class MEDIA_EXPORT FFmpegURLProtocol {
public:
+ virtual ~FFmpegURLProtocol() { }
+
// Read the given amount of bytes into data, returns the number of bytes read
// if successful, kReadError otherwise.
virtual int Read(int size, uint8* data) = 0;
« no previous file with comments | « media/audio/audio_manager.h ('k') | net/http/http_pipelined_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698