[PATCH] input: improve FIXME comment for preparsing clarity
MANJEET YADUVANSHI <[email protected]> Sun, 19 Apr 2026 14:18:44 +0530
| Newsgroups | gmane.comp.video.videolan.vlc.devel |
|---|---|
| Message-ID | <CAJP-peTNythxz6W-43ZCKstL0CCtV7Bz0kuV15JOpwyBFgCfZA@mail.gmail.com> |
--===============5096206345306505441== Content-Type: multipart/alternative; boundary="0000000000009ec170064fcc40b1" --0000000000009ec170064fcc40b1 Content-Type: text/plain; charset="UTF-8" Hi, This patch improves a FIXME comment related to preparsing. The updated comment clarifies that the logic should be moved after GET_META and that psz_arturl should be checked, making the intention clearer for future improvements. No functional changes are introduced. Thanks, Manjeet Yaduvanshi From 509c8c6e33f4dcfccb017bbfa842991f976c6807 Mon Sep 17 00:00:00 2001 From: Manjeet Yaduvanshi <[email protected]> Date: Sun, 5 Apr 2026 13:11:54 +0530 Subject: [PATCH] input: improve FIXME comment for preparsing clarity --- src/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input.c b/src/input/input.c index 6cd40c5fb7..93438d3040 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -2960,7 +2960,7 @@ static int InputSourceInit( input_source_t *in, input_thread_t *p_input, demux_Control( in->p_demux, DEMUX_CAN_PAUSE, &in->b_can_pause ); /* get attachment - * FIXME improve for preparsing: move it after GET_META and check psz_arturl */ + * FIXME: For preparsing, move this after GET_META and checking psz_arturl */ if( input_priv(p_input)->type == INPUT_TYPE_PLAYBACK ) { if( demux_Control( in->p_demux, DEMUX_GET_TITLE_INFO, -- 2.53.0.windows.1 --0000000000009ec170064fcc40b1 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"auto">Hi,<br><br>This patch improves a FIXME comment related to= preparsing.<br><br>The updated comment clarifies that the logic should be = moved after GET_META and that psz_arturl should be checked, making the inte= ntion clearer for future improvements.<br><br>No functional changes are int= roduced.<br><br>Thanks,<br>Manjeet Yaduvanshi=C2=A0<br><br><pre style=3D"te= xt-wrap-mode: wrap;">From 509c8c6e33f4dcfccb017bbfa842991f976c6807 Mon Sep = 17 00:00:00 2001 From: Manjeet Yaduvanshi <<a href=3D"mailto:[email protected]= om">[email protected]</a>> Date: Sun, 5 Apr 2026 13:11:54 +0530 Subject: [PATCH] input: improve FIXME comment for preparsing clarity --- src/input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input.c b/src/input/input.c index 6cd40c5fb7..93438d3040 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -2960,7 +2960,7 @@ static int InputSourceInit( input_source_t *in, input= _thread_t *p_input, demux_Control( in->p_demux, DEMUX_CAN_PAUSE, &in->b_can_paus= e ); =20 /* get attachment - * FIXME improve for preparsing: move it after GET_META and check psz_= arturl */ + * FIXME: For preparsing, move this after GET_META and checking psz_ar= turl */ if( input_priv(p_input)->type =3D=3D INPUT_TYPE_PLAYBACK ) { if( demux_Control( in->p_demux, DEMUX_GET_TITLE_INFO, --=20 2.53.0.windows.1 </pre><br></div> --0000000000009ec170064fcc40b1-- --===============5096206345306505441== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ vlc-devel mailing list To unsubscribe or modify your subscription options: https://mailman.videolan.org/listinfo/vlc-devel --===============5096206345306505441==--