vlc | branch: master | Steve Lhomme <[email protected]> | 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 { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
