Skip to content

Commit

Permalink
Merge pull request #7 from SRGSSR/feature/feature/fix_accessibility_c…
Browse files Browse the repository at this point in the history
…haracteristics3

fix accessible sdh attr
  • Loading branch information
shugli authored Jun 14, 2022
2 parents 19b9cf1 + 98e1785 commit 142b5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vod/hls/m3u8_builder.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#define M3U8_EXT_MEDIA_NON_DEFAULT "AUTOSELECT=NO,DEFAULT=NO,"
#define M3U8_EXT_MEDIA_FORCED "FORCED=YES,"
#define M3U8_EXT_MEDIA_AD "CHARACTERISTICS=\"public.accessibility.describes-video\","
#define M3U8_EXT_MEDIA_SDH "CHARACTERISTICS=\"public.accessibility.describes-music-and-sound\","
#define M3U8_EXT_MEDIA_SDH "CHARACTERISTICS=\"public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound\","
#define M3U8_EXT_MEDIA_URI "URI=\""
#define M3U8_EXT_MEDIA_INSTREAM_ID "INSTREAM-ID=\"%V\""

Expand Down

0 comments on commit 142b5b4

Please sign in to comment.