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..e80e71f774685c487a4afb922864cd12f11d88f2 100644 |
| --- a/media/ffmpeg/ffmpeg_common.h |
| +++ b/media/ffmpeg/ffmpeg_common.h |
| @@ -109,6 +109,8 @@ bool GetStreamByteCountOverRange(AVStream* stream, |
| int GetSurfaceHeight(AVStream* stream); |
| int GetSurfaceWidth(AVStream* stream); |
| +void DestroyAVFormatContext(AVFormatContext* format_context); |
|
scherkus (not reviewing)
2011/06/23 18:50:18
docs!
for example, this will recurse and close al
acolwell GONE FROM CHROMIUM
2011/06/23 22:42:17
Done.
|
| + |
| } // namespace media |
| #endif // MEDIA_FFMPEG_FFMPEG_COMMON_H_ |