Skip to content
Snippets Groups Projects
Commit 57e67871 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

stream_filter: skiptags: bump tag size to 2MB

Usually contains picture
parent 71fcbaff
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
#include <vlc_block.h>
#define MAX_TAGS 16
#define MAX_TAG_SIZE (1<<17)
#define MAX_TAG_SIZE (1<<21)
struct skiptags_sys_t
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment