[vlc-commits] decklink: remove tab

Steve Lhomme git at videolan.org
Fri Oct 26 10:27:13 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri Oct 26 10:22:44 2018 +0200| [b023f6c319dbdd874ed1788984dce4116a8fea9d] | committer: Steve Lhomme

decklink: remove tab

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b023f6c319dbdd874ed1788984dce4116a8fea9d
---

 modules/video_output/decklink.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/decklink.cpp b/modules/video_output/decklink.cpp
index 60f18044c1..054aed2889 100644
--- a/modules/video_output/decklink.cpp
+++ b/modules/video_output/decklink.cpp
@@ -511,7 +511,7 @@ static IDeckLinkDisplayMode * MatchDisplayMode(vout_display_t *vd,
                                 (char *)&field,
                                 timescale, frameduration);
                     }
-		    free(psz_mode_name);
+                    free(psz_mode_name);
                 }
                 else
                 {



More information about the vlc-commits mailing list