fix dirty data makes read err

Signed-off-by: sunyujie <1458565796@qq.com>
This commit is contained in:
sunyujie 2024-11-22 14:50:47 +08:00
parent 48bfe76c88
commit 89131c6c1c

View File

@ -148,6 +148,7 @@ config("ffmpeg_config") {
"-DOHOS_EXPAND_MP4_INFO",
"-DOHOS_OPTIMIZE_DELAY",
"-DOHOS_AV3A_DEMUXER",
"-DOHOS_FRAME_TYPE_COMPAT",
]
if (use_musl) {
cflags += [ "-Wno-bool-operation" ]