From 5f14543668f77b552b6b7690ff274736df02a9cc Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 1 Sep 2014 23:47:27 +0200 Subject: player: simplistic HLS bitrate selection --hls-bitrate=min/max lets you select the min or max bitrate. That's it. Something more sophisticated might be possible, but is probably not even worth the effort. --- demux/stheader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/stheader.h') diff --git a/demux/stheader.h b/demux/stheader.h index 3fc8c999d4..af1e7bb44a 100644 --- a/demux/stheader.h +++ b/demux/stheader.h @@ -55,6 +55,7 @@ struct sh_stream { char *title; char *lang; // language code bool default_track; // container default track flag + int hls_bitrate; // stream is a picture (such as album art) struct demux_packet *attached_picture; -- cgit v1.2.3