Report synced as info and not as debug message.

This commit is contained in:
Johns 2013-07-15 16:58:36 +02:00
parent 34fd275b42
commit 738e9402d2
1 changed files with 2 additions and 2 deletions

View File

@ -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;