[vlc-devel] [PATCH] input: improve FIXME comment for preparsing clarity
MANJEET YADUVANSHI
manjeetyaduvanshi250 at gmail.com
Sun Apr 19 08:48:44 UTC 2026
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 <manjeetyaduvanshi250 at gmail.com>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20260419/450554d0/attachment.htm>
More information about the vlc-devel
mailing list