diff --git a/mythtv/external/FFmpeg/libavcodec/libavcodec.v b/mythtv/external/FFmpeg/libavcodec/libavcodec.v index c45b0600c24..f1d5e5bc776 100644 --- a/mythtv/external/FFmpeg/libavcodec/libavcodec.v +++ b/mythtv/external/FFmpeg/libavcodec/libavcodec.v @@ -1,13 +1,6 @@ LIBAVCODEC_MAJOR { global: av*; - ff_ue_golomb_vlc_code; - ff_golomb_vlc_len; - ff_se_golomb_vlc_code; - ff_zigzag_direct; - avpriv_find_start_code; - ff_fft_init; - ff_fft_end; local: *; }; diff --git a/mythtv/external/FFmpeg/libavformat/libavformat.v b/mythtv/external/FFmpeg/libavformat/libavformat.v index ce50171129a..7c9cf19317a 100644 --- a/mythtv/external/FFmpeg/libavformat/libavformat.v +++ b/mythtv/external/FFmpeg/libavformat/libavformat.v @@ -10,7 +10,6 @@ LIBAVFORMAT_MAJOR { ffurl_open_whitelist; ffurl_close; ffurl_write; - ff_read_frame_flush; local: *; };