[FFmpeg-cvslog] fftools/cmdutils: drop extern declarations for nonexistent variables

Anton Khirnov git at videolan.org
Tue Mar 22 19:57:47 EET 2022


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Mar  9 10:40:56 2022 +0100| [5e51f5af3360b6b3123f971cc4f773686814fce7] | committer: Anton Khirnov

fftools/cmdutils: drop extern declarations for nonexistent variables

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e51f5af3360b6b3123f971cc4f773686814fce7
---

 fftools/cmdutils.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/fftools/cmdutils.h b/fftools/cmdutils.h
index d4cecee780..7d45e79191 100644
--- a/fftools/cmdutils.h
+++ b/fftools/cmdutils.h
@@ -44,8 +44,6 @@ extern const char program_name[];
  */
 extern const int program_birth_year;
 
-extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
-extern AVFormatContext *avformat_opts;
 extern AVDictionary *sws_dict;
 extern AVDictionary *swr_opts;
 extern AVDictionary *format_opts, *codec_opts;



More information about the ffmpeg-cvslog mailing list