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

Unified Diff: media/filters/ffmpeg_common.h

Issue 99160: Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_format(). (Closed)
Patch Set: Created 11 years, 8 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
Index: media/filters/ffmpeg_common.h
diff --git a/media/filters/ffmpeg_common.h b/media/filters/ffmpeg_common.h
index d82dfef58905ac2222fce18981740b70a5f7ea01..8f1cc59b6f64627ada04dc21057b32a36b6d61bf 100644
--- a/media/filters/ffmpeg_common.h
+++ b/media/filters/ffmpeg_common.h
@@ -31,9 +31,6 @@ class ScopedPtrAVFree {
}
};
-// MediaFormat key identifying the CodecID.
-extern const char kFFmpegCodecID[];
-
// FFmpeg MIME types.
namespace mime_type {

Powered by Google App Engine
This is Rietveld 408576698