Ticket #9087: suppot_large_dash_manifests.patch

File suppot_large_dash_manifests.patch, 448 bytes (added by V10lator, 6 years ago)
  • libavformat/dashdec.c

    diff -Nru ffmpeg-4.3.1.old/libavformat/dashdec.c ffmpeg-4.3.1/libavformat/dashdec.c
    old new  
    2929#include "dash.h"
    3030
    3131#define INITIAL_BUFFER_SIZE 32768
    32 #define MAX_MANIFEST_SIZE 50 * 1024
     32#define MAX_MANIFEST_SIZE 512 * 1024
    3333#define DEFAULT_MANIFEST_SIZE 8 * 1024
    3434
    3535struct fragment {