Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 6, 2024
1 parent dbc36bd commit e45fc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/m3u8.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The longest M3U8 tag name is 'EXT-X-DISCONTINUITY-SEQUENCE', which contains
*/
#define M3U8_MAX_TAG_NAME_LEN (28 + 1)

#define M3U8_MAX_ITEM_VALUE_LEN (50 * 1)
#define M3U8_MAX_ITEM_VALUE_LEN (128 * 5)

#define M3U8_MAX_PLAYLIST_LEN ((1024 * 1024 * 5) + 1)

Expand Down

0 comments on commit e45fc74

Please sign in to comment.