demux_lavf: report program_id

This can be useful in stream selection.
This commit is contained in:
rcombs
2023-02-21 15:23:29 -06:00
parent 362256edbc
commit c39e332e50
3 changed files with 5 additions and 0 deletions

View File

@@ -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;