@@ -164,6 +164,7 @@ int main(int argc, char *argv[]) {
yuv_fd=fopen(yuv_path,"wb");
if(!yuv_fd){
fprintf(stderr,"Invalid path to YUV file!");
free(yuv_buffer);
return1;
}
if(fwrite(yuv_buffer,yuv_size,1,yuv_fd)!=1){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.