[vlc-commits] [Git][videolan/vlc][master] vlc_vout_display: move set_stereo at the bottom

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Wed Jan 22 22:25:55 UTC 2025



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
da7fdf59 by Alexandre Janniaux at 2025-01-22T21:47:06+00:00
vlc_vout_display: move set_stereo at the bottom

Avoid breaking the ABI gratuitously, before there's too much commits.

- - - - -


1 changed file:

- include/vlc_vout_display.h


Changes:

=====================================
include/vlc_vout_display.h
=====================================
@@ -317,16 +317,6 @@ struct vlc_display_operations
      */
     void       (*set_icc_profile)(vout_display_t *, const vlc_icc_profile_t *prof);
 
-    /**
-     * Notifies the new Stereoscopic 3D mode in \ref vout_display_cfg_t changed.
-     *
-     * May be NULL.
-     *
-     * \retval VLC_SUCCESS if the display handled the change
-     * \retval VLC_EGENERIC if the display handled the change was not handled
-     */
-    int        (*set_stereo)(vout_display_t *, vlc_stereoscopic_mode_t);
-
     /**
      * Notifies a change in the input format.
      *
@@ -350,6 +340,16 @@ struct vlc_display_operations
      */
     int (*change_source_projection)(vout_display_t *display,
                                     video_projection_mode_t projection);
+
+    /**
+     * Notifies the new Stereoscopic 3D mode in \ref vout_display_cfg_t changed.
+     *
+     * May be NULL.
+     *
+     * \retval VLC_SUCCESS if the display handled the change
+     * \retval VLC_EGENERIC if the display handled the change was not handled
+     */
+    int        (*set_stereo)(vout_display_t *, vlc_stereoscopic_mode_t);
 };
 
 /**



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

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