diff options
Diffstat (limited to 'media/ffmpeg/ffmpeg_util.cc')
-rw-r--r-- | media/ffmpeg/ffmpeg_util.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media/ffmpeg/ffmpeg_util.cc b/media/ffmpeg/ffmpeg_util.cc index 1be3b12..aa9f7a27 100644 --- a/media/ffmpeg/ffmpeg_util.cc +++ b/media/ffmpeg/ffmpeg_util.cc @@ -1,10 +1,10 @@ -// 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. +// 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/ffmpeg/ffmpeg_util.h" -#include "media/filters/ffmpeg_common.h" +#include "media/ffmpeg/ffmpeg_common.h" namespace media { |