mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
demux_lavf: report program_id
This can be useful in stream selection.
This commit is contained in:
@@ -51,6 +51,7 @@ struct sh_stream {
|
||||
bool image; // video stream is an image
|
||||
bool still_image; // video stream contains still images
|
||||
int hls_bitrate;
|
||||
int program_id;
|
||||
|
||||
struct mp_tags *tags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user