whitespace

This commit is contained in:
fduncanh
2022-04-16 20:28:13 -04:00
parent ea588a31a0
commit a761a6a923
2 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@ void dump_video_to_file(unsigned char *data, int datalen) {
video_dumpfile = fopen (fn.c_str(),"w");
if (video_dumpfile == NULL) {
LOGE("could not open file %s for dumping h264 frames",fn.c_str());
}
}
}
if (video_dumpfile) {