mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
whitespace
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user