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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « third_party/ffmpeg/README.chromium ('k') | third_party/ffmpeg/ffmpeg.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 LIBRARY avcodec-52 1 LIBRARY avcodec-52
2 EXPORTS 2 EXPORTS
3 av_free_packet
3 av_get_bits_per_sample_format 4 av_get_bits_per_sample_format
5 av_init_packet
4 av_new_packet 6 av_new_packet
5 avcodec_alloc_context
6 avcodec_alloc_frame 7 avcodec_alloc_frame
7 avcodec_decode_audio2 8 avcodec_decode_audio3
8 avcodec_decode_video 9 avcodec_decode_video2
9 avcodec_find_decoder 10 avcodec_find_decoder
10 avcodec_get_frame_defaults
11 avcodec_init 11 avcodec_init
12 avcodec_open 12 avcodec_open
13 avcodec_thread_execute
14 avcodec_thread_free
15 avcodec_thread_init 13 avcodec_thread_init
OLDNEW
« 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