[vlc-commits] [Git][videolan/vlc][master] bluray: fix typo, big endian support

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Thu Mar 10 19:58:21 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
10c12556 by Rémi Denis-Courmont at 2022-03-10T19:34:31+00:00
bluray: fix typo, big endian support

- - - - -


1 changed file:

- modules/access/bluray.c


Changes:

=====================================
modules/access/bluray.c
=====================================
@@ -2037,7 +2037,7 @@ static void blurayDrawArgbOverlay(demux_t *p_demux, const BD_ARGB_OVERLAY* const
     vlc_mutex_lock(&ov->lock);
 
     /* ARGB in word order -> byte order */
-#ifdef WORDS_BIG_ENDIAN
+#ifdef WORDS_BIGENDIAN
     const vlc_fourcc_t rgbchroma = VLC_CODEC_ARGB;
 #else
     const vlc_fourcc_t rgbchroma = VLC_CODEC_BGRA;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/10c1255662e3729ab65f3abc9c34234b3038acf8

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/10c1255662e3729ab65f3abc9c34234b3038acf8
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