mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Report synced as info and not as debug message.
This commit is contained in:
parent
34fd275b42
commit
738e9402d2
4
video.c
4
video.c
@ -4892,7 +4892,7 @@ static void VaapiSyncDecoder(VaapiDecoder * decoder)
|
||||
Debug(3, "video/vaapi: synced after %d frames %dms\n",
|
||||
decoder->StartCounter, GetMsTicks() - VideoSwitch);
|
||||
#else
|
||||
Debug(3, "video/vaapi: synced after %d frames\n",
|
||||
Info("video/vaapi: synced after %d frames\n",
|
||||
decoder->StartCounter);
|
||||
#endif
|
||||
decoder->StartCounter += 1000;
|
||||
@ -8453,7 +8453,7 @@ static void VdpauSyncDecoder(VdpauDecoder * decoder)
|
||||
Debug(3, "video/vdpau: synced after %d frames %dms\n",
|
||||
decoder->StartCounter, GetMsTicks() - VideoSwitch);
|
||||
#else
|
||||
Debug(3, "video/vdpau: synced after %d frames\n",
|
||||
Info("video/vdpau: synced after %d frames\n",
|
||||
decoder->StartCounter);
|
||||
#endif
|
||||
decoder->StartCounter += 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user