Chromium Code Reviews| Index: media/ffmpeg/ffmpeg_common.h |
| diff --git a/media/ffmpeg/ffmpeg_common.h b/media/ffmpeg/ffmpeg_common.h |
| index 07daae1ed96ccf12c0067963e064e431c2ca957f..2e057069f638747539caee3adfb88cad21bab425 100644 |
| --- a/media/ffmpeg/ffmpeg_common.h |
| +++ b/media/ffmpeg/ffmpeg_common.h |
| @@ -1,3 +1,4 @@ |
| + |
|
scherkus (not reviewing)
2011/06/22 17:31:09
?
acolwell GONE FROM CHROMIUM
2011/06/23 16:51:28
Done.
|
| // Copyright (c) 2011 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. |
| @@ -109,6 +110,8 @@ bool GetStreamByteCountOverRange(AVStream* stream, |
| int GetSurfaceHeight(AVStream* stream); |
| int GetSurfaceWidth(AVStream* stream); |
| +void DestroyAVFormatContext(AVFormatContext* format_context); |
| + |
| } // namespace media |
| #endif // MEDIA_FFMPEG_FFMPEG_COMMON_H_ |