]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/chroma.h
ffmpeg chroma: fix [079fdd3f33560bfc2b36181ac367649fc0c12f9f]. copy paste error ...
[vlc] / modules / codec / avcodec / chroma.h
index d952f0d74b584b4dd7046fc0403d38b93e3c0454..26794b01563dda38b02c3500745957262868adf7 100644 (file)
@@ -30,7 +30,7 @@
     { fcc, beid, 0, 0, 0 },
 #else
 #   define VLC_RGB_ES( fcc, leid, beid ) \
-    { fcc, beid, 0, 0, 0 },
+    { fcc, leid, 0, 0, 0 },
 #endif
 
 #define VLC_RGB( fcc, leid, beid, rmask, gmask, bmask ) \