1
0
Fork 0

Export avcodec functions used in LAV

This commit is contained in:
Hendrik Leppkes 2012-02-28 20:07:30 +01:00
parent f36c43440e
commit 34a33b5144
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ LIBAVCODEC_MAJOR {
avcodec_*;
avpriv_*;
avsubtitle_free;
#LAV usage
ff_vc1_pixel_aspect;
ff_crop_tab;
ff_flac_is_extradata_valid;
local:
*;
};