[vlc-commits] codec: videotoolbox: fix indent

Thomas Guillem git at videolan.org
Fri Nov 24 13:12:06 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Nov 24 09:05:25 2017 +0100| [95c347087f2889445ecea305e476beb0384cb33c] | committer: Thomas Guillem

codec: videotoolbox: fix indent

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

 modules/codec/videotoolbox.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index d1600aa5cb..6322c49601 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -366,7 +366,7 @@ static bool CodecSupportedH264(decoder_t *p_dec)
 
     uint8_t i_profile, i_level;
     if (hxxx_helper_get_current_profile_level(&p_sys->hh, &i_profile, &i_level))
-	return true;
+        return true;
 
     switch (i_profile) {
         case PROFILE_H264_BASELINE:



More information about the vlc-commits mailing list