From 34a33b5144afbd1edc1818cbb68bb7e6e2c34155 Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 28 Feb 2012 20:07:30 +0100 Subject: [PATCH] Export avcodec functions used in LAV --- libavcodec/libavcodec.v | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libavcodec/libavcodec.v b/libavcodec/libavcodec.v index d863e056a5..43862b02c9 100644 --- a/libavcodec/libavcodec.v +++ b/libavcodec/libavcodec.v @@ -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: *; };