Skip to content

Commit

Permalink
lavf/os_support.h: remove MythTV customization
Browse files Browse the repository at this point in the history
that silenced a compiler warning, but this file is no longer included
by MythTV, so the change is no longer necessary.
  • Loading branch information
ulmus-scott authored and bennettpeter committed Jul 1, 2022
1 parent 50c21a9 commit 0c8444b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mythtv/external/FFmpeg/libavformat/os_support.h
Expand Up @@ -72,8 +72,6 @@ static inline int is_dos_path(const char *path)
#if HAVE_DOS_PATHS
if (path[0] && path[1] == ':')
return 1;
#else
(void)path;
#endif
return 0;
}
Expand Down

0 comments on commit 0c8444b

Please sign in to comment.