[vlc-commits] [Git][videolan/vlc][3.0.x] fourcc list: add 'X265'
    Felix Paul Kühne (@fkuehne) 
    gitlab at videolan.org
       
    Mon Apr 25 22:43:17 UTC 2022
    
    
  
Felix Paul Kühne pushed to branch 3.0.x at VideoLAN / VLC
Commits:
1eaadd70 by Felix Paul Kühne at 2022-04-23T11:05:19+02:00
fourcc list: add 'X265'
This fixes #26853
(cherry picked from commit adc1e739e038203367ea24aa50daa59516ae66b7)
- - - - -
1 changed file:
- src/misc/fourcc_list.h
Changes:
=====================================
src/misc/fourcc_list.h
=====================================
@@ -233,6 +233,7 @@ static const staticentry_t p_list_video[] = {
         A("h265"),
         A("H265"),
         A("x265"),
+        A("X265"),
         A("hev1"),
         A("hvc1"),
         A("HM10"),
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1eaadd70b0ca277bf038aa88dd90c1b2ae3fba49
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1eaadd70b0ca277bf038aa88dd90c1b2ae3fba49
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list