[MPlayer-dev-eng] more macosx vs. tv compile fix
Arpi
arpi at thot.banki.hu
Mon Oct 15 01:45:06 CEST 2007
Hi,
no comment.
--- tv.c.ORIG 2007-10-13 21:57:51.000000000 +0200
+++ tv.c 2007-10-15 01:47:39.000000000 +0200
@@ -231,9 +231,10 @@
else {
mp_msg(MSGT_TV, MSGL_WARN, MSGTR_TV_BogusNormParameter, norm, "PAL");
return TV_NORM_PAL;
+ }
}
#if defined(HAVE_TV_V4L2) || defined(HAVE_TV_DSHOW)
- } else {
+ else {
tvi_functions_t *funcs = tvh->functions;
char str[8];
strncpy(str, norm, sizeof(str)-1);
A'rpi
More information about the MPlayer-dev-eng
mailing list