vlc | branch: master | Thomas Guillem <[email protected]> | 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:

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to