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

Unified Diff: media/ffmpeg/file_protocol.h

Issue 555087: Refactor some code that depends on FFmpeg (Closed)
Patch Set: 2010 Created 10 years, 11 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/ffmpeg/ffmpeg_util.cc ('k') | media/ffmpeg/file_protocol.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/ffmpeg/file_protocol.h
diff --git a/media/tools/media_bench/file_protocol.h b/media/ffmpeg/file_protocol.h
similarity index 59%
rename from media/tools/media_bench/file_protocol.h
rename to media/ffmpeg/file_protocol.h
index d4df2d3181aa6288011b860592b433e474f1aac3..ed374676e38f7b1aa68dee144109d983f3f56106 100644
--- a/media/tools/media_bench/file_protocol.h
+++ b/media/ffmpeg/file_protocol.h
@@ -1,14 +1,14 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
//
// Implements a basic file I/O URLProtocol for FFmpeg. Since we don't build
// FFmpeg binaries with protocols, we have to write our own.
-#ifndef MEDIA_TOOLS_MEDIA_BENCH_FILE_PROTOCOL_H_
-#define MEDIA_TOOLS_MEDIA_BENCH_FILE_PROTOCOL_H_
+#ifndef MEDIA_FFMPEG_FILE_PROTOCOL_H_
+#define MEDIA_FFMPEG_FILE_PROTOCOL_H_
struct URLProtocol;
extern URLProtocol kFFmpegFileProtocol;
-#endif // MEDIA_TOOLS_MEDIA_BENCH_FILE_PROTOCOL_H_
+#endif // MEDIA_FFMPEG_FILE_PROTOCOL_H_
« no previous file with comments | « media/ffmpeg/ffmpeg_util.cc ('k') | media/ffmpeg/file_protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698