[vlc-commits] [Git][videolan/vlc][master] auhal: use the system constants from vlc_aout
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Tue Oct 3 07:35:37 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
c09a9dfd by Steve Lhomme at 2023-10-03T07:02:45+00:00
auhal: use the system constants from vlc_aout
vlc_aout.h is included from coreaudio_common.h.
- - - - -
1 changed file:
- modules/audio_output/auhal.c
Changes:
=====================================
modules/audio_output/auhal.c
=====================================
@@ -41,9 +41,6 @@
#pragma mark local prototypes & module descriptor
-#define AOUT_VOLUME_DEFAULT 256
-#define AOUT_VOLUME_MAX 512
-
#define VOLUME_TEXT N_("Audio volume")
#define DEVICE_TEXT N_("Last audio device")
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c09a9dfd51196aacb8b649ded69b8de4e3e7faa2
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c09a9dfd51196aacb8b649ded69b8de4e3e7faa2
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