]> git.sesse.net Git - vlc/blobdiff - include/vlc_es.h
* modules/codec/spudec/*: automatic cropping of fullscreen subpictures (most of them...
[vlc] / include / vlc_es.h
index c82b2736ddd2a11841d2a1cb80fcd6965f472837..a47c0f66b012c080d5acfb17c10568db250ef3be 100644 (file)
@@ -36,7 +36,7 @@
  */
 struct video_palette_t
 {
-    int i_dummy;        /**< to keep the compatibility with ffmpeg's palette */
+    int i_entries;      /**< to keep the compatibility with ffmpeg's palette */
     uint8_t palette[256][4];                   /**< 4-byte RGBA/YUVA palette */
 };