specification of video norm should not be mandatory

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rik 2003-11-08 16:08:33 +00:00
parent bff15a4852
commit 04fe2646f0
1 changed files with 3 additions and 2 deletions

View File

@ -241,8 +241,9 @@ static uint32_t preinit(const char *arg) {
normstring(p->zp.norm));
/* changing the norm in the zoran_params and MJPIOC_S_PARAMS
* does noting, so bail out if the norm is not correct */
if (p->zp.norm != norm) {
* does nothing the last time I tried, so bail out if the norm
* is not correct */
if (norm != VIDEO_MODE_AUTO && p->zp.norm != norm) {
ERROR("mplayer currently can't change the video norm, "
"change it with (eg.) XawTV and retry.\n");
uninit();