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

Side by Side Diff: third_party/ffmpeg/avcodec-52.def

Issue 99160: Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_format(). (Closed)
Patch Set: 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
OLDNEW
1 LIBRARY avcodec-52 1 LIBRARY avcodec-52
2 EXPORTS 2 EXPORTS
3 av_bitstream_filter_init 3 av_get_bits_per_sample_format
4 avcodec_alloc_context 4 avcodec_alloc_context
5 avcodec_alloc_frame 5 avcodec_alloc_frame
6 avcodec_decode_audio2 6 avcodec_decode_audio2
7 avcodec_decode_video 7 avcodec_decode_video
8 avcodec_find_decoder 8 avcodec_find_decoder
9 avcodec_get_frame_defaults 9 avcodec_get_frame_defaults
10 avcodec_init 10 avcodec_init
11 avcodec_open 11 avcodec_open
12 avcodec_thread_execute 12 avcodec_thread_execute
13 avcodec_thread_free 13 avcodec_thread_free
14 avcodec_thread_init 14 avcodec_thread_init
OLDNEW
« media/filters/ffmpeg_demuxer.cc ('K') | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698