mirror of
https://github.com/lucish/h265ToJpeg.git
synced 2025-09-26 19:41:13 +08:00
update
This commit is contained in:
BIN
bin/convert
BIN
bin/convert
Binary file not shown.
@@ -350,7 +350,7 @@ int main()
|
||||
}
|
||||
char *output = h265_to_jpeg(input, size);
|
||||
|
||||
printf("len: %ld, write_offset: %d\n", strlen(output), write_offset);
|
||||
printf("jpeg str len: %ld, write_offset: %d\n", strlen(output), write_offset);
|
||||
|
||||
char *outputFile = "bin/test.jpeg";
|
||||
//测试 将读取到的数据全部写入文件
|
||||
|
Reference in New Issue
Block a user