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

@@ -405,8 +405,8 @@ raop_rtp_mirror_thread(void *arg)
#ifdef DUMP_H264
fwrite(payload_decrypted, payload_size, 1, file);
#endif
payload_decrypted = NULL;
h264_decode_struct h264_data;
payload_decrypted = NULL;
h264_decode_struct h264_data;
h264_data.pts = ntp_timestamp;
h264_data.nal_count = nalus_count; /*frame_type is set to number of nal units in packet */
h264_data.data_len = payload_size;

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) {