1
0
Fork 0

Export avformat functions used in LAV

This commit is contained in:
Hendrik Leppkes 2012-02-09 20:40:02 +01:00
parent 6bbf5c05b1
commit 931da054bb
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
LIBAVFORMAT_MAJOR {
global:
av*;
#for LAV Audio/Video
ff_sipr_subpk_size;
ff_rm_reorder_sipr_data;
ff_vorbis_comment;
local:
*;
};