Index: media/filters/ffmpeg_common.cc |
diff --git a/media/filters/ffmpeg_common.cc b/media/filters/ffmpeg_common.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..80ace454bc5bdc3239587c450a66d8b271f32f60 |
--- /dev/null |
+++ b/media/filters/ffmpeg_common.cc |
@@ -0,0 +1,18 @@ |
+// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "media/filters/ffmpeg_common.h" |
+ |
+namespace media { |
+ |
+const char kFFmpegCodecID[] = "FFmpegCodecID"; |
+ |
+namespace mime_type { |
+ |
+const char kFFmpegAudio[] = "audio/x-ffmpeg"; |
+const char kFFmpegVideo[] = "video/x-ffmpeg"; |
+ |
+} // namespace mime_type |
+ |
+} // namespace media |