Skip to content

Commit 52f7dc7

Browse files
committed
Update to GCC 14.1.0
1 parent e3ac87f commit 52f7dc7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ffmpegc_muxer.c

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
#include <stdlib.h>
2+
#include <string.h>
23

34
#include "os.h"
45
#include "m3u8errors.h"
56
#include "ffmpegc_muxer.h"
67

78
static const char* const FFMPEG_DEFAULT_INPUT_FLAGS[] = {
8-
"-y", "-nostdin", "-nostats", "-loglevel", "error"
9+
"-y",
10+
"-nostdin",
11+
"-nostats",
12+
"-allowed_extensions", "bin",
13+
"-loglevel", "error"
914
};
1015

1116
static const char* const FFMPEG_DEFAULT_OUTPUT_FLAGS[] = {

0 commit comments

Comments
 (0)