vlc | branch: master | Francois Cartegnie <[email protected]> | Sat Oct  1 
18:05:03 2016 +0200| [aa0aeda6d0ce0a2a6a1696a53d44358d14c2a974] | committer: 
Francois Cartegnie

demux: h265: alias hevc with h265

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

 modules/demux/mpeg/h26x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/demux/mpeg/h26x.c b/modules/demux/mpeg/h26x.c
index 0adb3b5..69e7627 100644
--- a/modules/demux/mpeg/h26x.c
+++ b/modules/demux/mpeg/h26x.c
@@ -64,7 +64,7 @@ vlc_module_begin ()
         set_capability( "demux", 6 )
         add_float( "hevc-fps", 0.0, FPS_TEXT, FPS_LONGTEXT, true )
         set_callbacks( OpenHEVC, Close )
-        add_shortcut( "hevc" )
+        add_shortcut( "hevc", "h265" )
 
 vlc_module_end ()
 

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

Reply via email to