Skip to content

Commit

Permalink
lavf/utils.c: remove unused extern declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmus-scott committed Feb 10, 2022
1 parent 93b6bc2 commit 1073aa1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mythtv/external/FFmpeg/libavformat/utils.c
Expand Up @@ -54,15 +54,6 @@ const char av_format_ffversion[] = "FFmpeg version " FFMPEG_VERSION;

static AVMutex avformat_mutex = AV_MUTEX_INITIALIZER;

/* MYTHTV CHANGES */
extern AVInputFormat ff_mythtv_mpegts_demuxer;
extern AVInputFormat ff_mythtv_mpegtsraw_demuxer;
extern AVInputFormat ff_mpegts_demuxer;
extern AVInputFormat ff_mpegtsraw_demuxer;

/* END MYTHTV CHANGES */


/**
* @file
* various utility functions for use within FFmpeg
Expand Down

0 comments on commit 1073aa1

Please sign in to comment.