Import minimal set of code from h264bitstream needed for SPS fixups

This commit is contained in:
Cameron Gutman
2026-07-26 18:09:53 -05:00
parent 2fc0d84aa0
commit b7adc70ea4
9 changed files with 1590 additions and 16 deletions
+4 -10
View File
@@ -24,16 +24,10 @@ include(../globaldefs.pri)
QMAKE_CFLAGS += -std=gnu99
}
SRC_DIR = $$PWD/h264bitstream
SOURCES += \
$$SRC_DIR/h264_nal.c \
$$SRC_DIR/h264_sei.c \
$$SRC_DIR/h264_stream.c
h264_nal.c \
h264_stream.c
HEADERS += \
$$SRC_DIR/bs.h \
$$SRC_DIR/h264_sei.h \
$$SRC_DIR/h264_stream.h
INCLUDEPATH += $$INC_DIR
bs.h \
h264_stream.h