This commit is contained in:
lucish
2019-08-11 20:58:51 +08:00
parent aed8f57c9a
commit 6ae9490a35
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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";
//测试 将读取到的数据全部写入文件