[vlc-commits] Decklink: remove tabs
Jean-Baptiste Kempf
git at videolan.org
Sun Feb 24 11:04:23 CET 2019
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 24 11:03:09 2019 +0100| [ea39240c37da1dcce543ce651848681f64263c65] | committer: Jean-Baptiste Kempf
Decklink: remove tabs
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ea39240c37da1dcce543ce651848681f64263c65
---
modules/access/decklink.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp
index 21aff24607..00faca5c9f 100644
--- a/modules/access/decklink.cpp
+++ b/modules/access/decklink.cpp
@@ -317,7 +317,7 @@ HRESULT DeckLinkCaptureDelegate::VideoInputFrameArrived(IDeckLinkVideoInputFrame
if (videoFrame) {
if (videoFrame->GetFlags() & bmdFrameHasNoInputSource) {
msg_Warn(demux_, "No input signal detected (%ldx%ld)",
- videoFrame->GetWidth(), videoFrame->GetHeight());
+ videoFrame->GetWidth(), videoFrame->GetHeight());
return S_OK;
}
More information about the vlc-commits
mailing list