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

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

Issue 56129: Update public FFmpeg header files from r16647 to r18286. (Closed)
Patch Set: Created 11 years, 9 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/avutil-49.def » ('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 4bab0fc975b3ab915c9500b0361dc5b6b0907121..13e99fffe11ec3503068ddb0075ab60a74a0d7fe 100644
--- a/third_party/ffmpeg/avcodec-52.def
+++ b/third_party/ffmpeg/avcodec-52.def
@@ -2,9 +2,12 @@ LIBRARY avcodec-52
EXPORTS
av_bitstream_filter_init
avcodec_alloc_context
+ avcodec_decode_audio2
+ avcodec_decode_video
avcodec_find_decoder
avcodec_get_frame_defaults
avcodec_init
avcodec_open
- avcodec_decode_audio2
- avcodec_decode_video
+ avcodec_thread_execute
+ avcodec_thread_free
+ avcodec_thread_init
« no previous file with comments | « third_party/ffmpeg/README.chromium ('k') | third_party/ffmpeg/avutil-49.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698