From ae8ada214634d9d28f1b3a2a1938111cb59f32af Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Fri, 5 Aug 2011 03:20:24 +0000 Subject: Revert 95496 - Create media.dll Review URL: http://codereview.chromium.org/7523051 TBR=darin@chromium.org Review URL: http://codereview.chromium.org/7491048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95561 0039d316-1c4b-4281-b951-d872f2087c98 --- media/base/yuv_convert.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'media/base/yuv_convert.h') diff --git a/media/base/yuv_convert.h b/media/base/yuv_convert.h index 20ba0aa..12dab83 100644 --- a/media/base/yuv_convert.h +++ b/media/base/yuv_convert.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 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. @@ -93,7 +93,6 @@ void ConvertYUY2ToYUV(const uint8* src, uint8* vplane, int width, int height); - } // namespace media #endif // MEDIA_BASE_YUV_CONVERT_H_ -- cgit v1.1