On Fri Aug 25 03:15:23 2023 +0000, Ziqing Hui wrote:
It seems that we can extract the sequence header from output type of h264 encoder, see: https://learn.microsoft.com/en-us/windows/win32/medfound/h-264-video-encoder
Maybe it should be shared between `transform.c` and `mf.c`, in `mf_test.h`?
If I added the h264 encoder tests, which function should be shared between `transform.c` and `mf.c`? Or do you mean that the aac data array and the h264 data array should be shared?
Yeah I meant the data.