diff options
author | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 21:29:23 +0000 |
---|---|---|
committer | fbarchard@chromium.org <fbarchard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 21:29:23 +0000 |
commit | 0ff224d9d6753bd8f0a9e99ddea2f96b3e264057 (patch) | |
tree | fbfc3c6dfad4012ad3cc7492696c74ddcb10879a /third_party | |
parent | 1c5173d50eafc6b66eb4e8990263f53e87c5fe0d (diff) | |
download | chromium_src-0ff224d9d6753bd8f0a9e99ddea2f96b3e264057.zip chromium_src-0ff224d9d6753bd8f0a9e99ddea2f96b3e264057.tar.gz chromium_src-0ff224d9d6753bd8f0a9e99ddea2f96b3e264057.tar.bz2 |
Fix Issue 160529 in a nice way with unittest.
Original CL171023 by Song YeWen.
BUG=16020
TEST=test with all media types and ensure there are no memory leaks are
functional differences from previous version.
Review URL: http://codereview.chromium.org/174027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/ffmpeg/avcodec-52.sigs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ffmpeg/avcodec-52.sigs b/third_party/ffmpeg/avcodec-52.sigs index 0e4daf2..a7474c8 100644 --- a/third_party/ffmpeg/avcodec-52.sigs +++ b/third_party/ffmpeg/avcodec-52.sigs @@ -15,5 +15,6 @@ int avcodec_close(AVCodecContext *avctx); int avcodec_thread_init(AVCodecContext *s, int thread_count); void av_free_packet(AVPacket *pkt); void av_init_packet(AVPacket *pkt); +int av_dup_packet(AVPacket *pkt); void avcodec_flush_buffers(AVCodecContext *avctx); void avcodec_init(void); |