Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: third_party/ffmpeg/avcodec-52.def

Issue 113748: New FFmpeg public API headers to match our source tarball in deps. (Closed)
Patch Set: Fixes Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ffmpeg/README.chromium ('k') | third_party/ffmpeg/ffmpeg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/avcodec-52.def
diff --git a/third_party/ffmpeg/avcodec-52.def b/third_party/ffmpeg/avcodec-52.def
index 5c0ebab9b4af88112067ec078eb02943f67d2a4f..cadf0c0a873de34949c11c0988628c66af26d5ad 100644
--- a/third_party/ffmpeg/avcodec-52.def
+++ b/third_party/ffmpeg/avcodec-52.def
@@ -1,15 +1,13 @@
LIBRARY avcodec-52
EXPORTS
+ av_free_packet
av_get_bits_per_sample_format
+ av_init_packet
av_new_packet
- avcodec_alloc_context
avcodec_alloc_frame
- avcodec_decode_audio2
- avcodec_decode_video
+ avcodec_decode_audio3
+ avcodec_decode_video2
avcodec_find_decoder
- avcodec_get_frame_defaults
avcodec_init
avcodec_open
- avcodec_thread_execute
- avcodec_thread_free
avcodec_thread_init
« no previous file with comments | « third_party/ffmpeg/README.chromium ('k') | third_party/ffmpeg/ffmpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698