[vlc-commits] [Git][videolan/vlc][master] core/es_out: remove dead code at name conversion
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon May 12 09:05:32 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
3a3d8dd7 by Khalid Masum at 2025-05-12T08:34:52+00:00
core/es_out: remove dead code at name conversion
The case PROJECTION_MODE_RECTANGULAR is always false.
- - - - -
1 changed file:
- src/input/es_out.c
Changes:
=====================================
src/input/es_out.c
=====================================
@@ -4553,9 +4553,6 @@ static void EsOutUpdateInfo(es_out_sys_t *p_sys,
const char *psz_loc_name = NULL;
switch (fmt->video.projection_mode)
{
- case PROJECTION_MODE_RECTANGULAR:
- psz_loc_name = N_("Rectangular");
- break;
case PROJECTION_MODE_EQUIRECTANGULAR:
psz_loc_name = N_("Equirectangular");
break;
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3a3d8dd7c2b773a8133e242a5fb52dc82d8c12d5
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3a3d8dd7c2b773a8133e242a5fb52dc82d8c12d5
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