From 03716b41ef7d77b189e774a985f36dce73a03bb4 Mon Sep 17 00:00:00 2001 From: Scott Theisen Date: Sun, 6 Feb 2022 01:12:22 -0500 Subject: [PATCH] FFmpeg: remove now unecessary added exports --- mythtv/external/FFmpeg/libavcodec/libavcodec.v | 7 ------- mythtv/external/FFmpeg/libavformat/libavformat.v | 1 - 2 files changed, 8 deletions(-) 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: *; };