summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream.c b/stream/stream.c
index eaf8e4dc51..186fc7c79d 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -86,7 +86,7 @@ static const stream_info_t *const stream_list[] = {
#ifdef CONFIG_CDDA
&stream_info_cdda,
#endif
- &stream_info_ffmpeg, // use for rstp:// before http fallback
+ &stream_info_ffmpeg,
&stream_info_avdevice,
#ifdef CONFIG_DVBIN
&stream_info_dvb,