]> git.sesse.net Git - ffmpeg/blob - libavcodec/libavcodec.v
5a8c005b97df352b47670c080453f1b10f683296
[ffmpeg] / libavcodec / libavcodec.v
1 LIBAVCODEC_$MAJOR {
2         global: av*;
3                 #deprecated, remove after next bump
4                 audio_resample;
5                 audio_resample_close;
6                 dsputil_init;
7                 ff_dsputil_init;
8                 ff_find_pix_fmt;
9                 ff_framenum_to_drop_timecode;
10                 ff_framenum_to_smtpe_timecode;
11                 ff_raw_pix_fmt_tags;
12                 ff_init_smtpe_timecode;
13                 ff_fft*;
14                 ff_mdct*;
15                 ff_dct*;
16                 ff_rdft*;
17                 ff_prores_idct_put_10_sse2;
18                 ff_simple_idct*;
19                 ff_aanscales;
20                 ff_faan*;
21                 ff_mmx_idct;
22                 ff_fdct*;
23                 fdct_ifast;
24                 j_rev_dct;
25                 ff_mmxext_idct;
26                 ff_idct_xvid*;
27                 ff_jpeg_fdct*;
28                 ff_dnxhd_get_cid_table;
29                 ff_dnxhd_cid_table;
30                 ff_idctdsp_init;
31                 ff_fdctdsp_init;
32                 ff_pixblockdsp_init;
33         local:  *;
34 };