mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
removed prints
This commit is contained in:
parent
c97fd4e007
commit
e6bd5cdce2
@ -1012,7 +1012,7 @@ void cMenuSetupSoft::Create(void)
|
|||||||
if (scalers == 0) {
|
if (scalers == 0) {
|
||||||
for (scalers = 0;pl_named_filters[scalers].filter != NULL ; scalers++) {
|
for (scalers = 0;pl_named_filters[scalers].filter != NULL ; scalers++) {
|
||||||
scaling[scalers] = (char*)pl_named_filters[scalers].name;
|
scaling[scalers] = (char*)pl_named_filters[scalers].name;
|
||||||
printf("Scaler %s\n",pl_named_filters[scalers].name);
|
// printf("Scaler %s\n",pl_named_filters[scalers].name);
|
||||||
}
|
}
|
||||||
scalers -= 2;
|
scalers -= 2;
|
||||||
}
|
}
|
||||||
|
1
video.c
1
video.c
@ -6004,7 +6004,6 @@ void VideoSetScaling(int mode[VideoResolutionMax])
|
|||||||
VideoScaling[2] = mode[2];
|
VideoScaling[2] = mode[2];
|
||||||
VideoScaling[3] = mode[3];
|
VideoScaling[3] = mode[3];
|
||||||
VideoScaling[4] = mode[4];
|
VideoScaling[4] = mode[4];
|
||||||
printf("scaling changed %d %d %d %d %d\n",mode[0],mode[1],mode[2],mode[3],mode[4]);
|
|
||||||
VideoSurfaceModesChanged = 1;
|
VideoSurfaceModesChanged = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user