Ticket #9087: suppot_large_dash_manifests.patch
| File suppot_large_dash_manifests.patch, 448 bytes (added by , 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 29 29 #include "dash.h" 30 30 31 31 #define INITIAL_BUFFER_SIZE 32768 32 #define MAX_MANIFEST_SIZE 5 0* 102432 #define MAX_MANIFEST_SIZE 512 * 1024 33 33 #define DEFAULT_MANIFEST_SIZE 8 * 1024 34 34 35 35 struct fragment {
