[vlc-commits] [Git][videolan/vlc][master] esformat: fix obsolete video_palette_t documentation
    Hugo Beauzée-Luyssen (@chouquette) 
    gitlab at videolan.org
       
    Sat Jul 31 11:09:31 UTC 2021
    
    
  
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
bb3350b7 by Lyndon Brown at 2021-07-31T09:55:54+00:00
esformat: fix obsolete video_palette_t documentation
the old text here has been obsolete since we stopped "blindly" copying
between video_palette_t and ffmpeg/libavcodec's AVPaletteControl struct
in 61146f7e47428409f6fa8ee9aa474219a1cbb9af.
- - - - -
1 changed file:
- include/vlc_es.h
Changes:
=====================================
include/vlc_es.h
=====================================
@@ -41,7 +41,7 @@
 
 struct video_palette_t
 {
-    int i_entries;      /**< to keep the compatibility with libavcodec's palette */
+    int i_entries;                         /**< number of in-use palette entries */
     uint8_t palette[VIDEO_PALETTE_COLORS_MAX][4];  /**< 4-byte RGBA/YUVA palette */
 };
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bb3350b78ca64c2941d360c34da9dc6e6b2d8937
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/bb3350b78ca64c2941d360c34da9dc6e6b2d8937
You're receiving this email because of your account on code.videolan.org.
    
    
More information about the vlc-commits
mailing list