1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

-tv fix (no filename needed)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2825 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-11 13:20:28 +00:00
parent f4730e10c1
commit bebfa8814d

View File

@ -523,7 +523,7 @@ if(!parse_codec_cfg(get_path("codecs.conf"))){
}
if(!num_filenames && !vcd_track && !dvd_title){
if(!num_filenames && !vcd_track && !dvd_title && !tv_param_on){
if(!use_gui){
// no file/vcd/dvd -> show HELP:
printf("%s",help_text);