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

Unified Diff: media/ffmpeg/file_protocol.cc

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/file_protocol.h ('k') | media/filters/bitstream_converter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/ffmpeg/file_protocol.cc
diff --git a/media/tools/media_bench/file_protocol.cc b/media/ffmpeg/file_protocol.cc
similarity index 91%
rename from media/tools/media_bench/file_protocol.cc
rename to media/ffmpeg/file_protocol.cc
index f85fe3377bd0da60d91b5b31f91911f247fbb458..2d1bd1d9427b98b702027eea123a97d0e09f8d11 100644
--- a/media/tools/media_bench/file_protocol.cc
+++ b/media/ffmpeg/file_protocol.cc
@@ -1,8 +1,8 @@
-// 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.
-#include "media/tools/media_bench/file_protocol.h"
+#include "media/ffmpeg/file_protocol.h"
#include "build/build_config.h"
@@ -16,7 +16,7 @@
#include "base/compiler_specific.h"
#include "base/file_util.h"
#include "base/logging.h"
-#include "media/filters/ffmpeg_common.h"
+#include "media/ffmpeg/ffmpeg_common.h"
// warning C4996: 'open': The POSIX name for this item is deprecated.
MSVC_PUSH_DISABLE_WARNING(4996)
« no previous file with comments | « media/ffmpeg/file_protocol.h ('k') | media/filters/bitstream_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698