Commit 86f10242 authored by Ripinder Singh's avatar Ripinder Singh
Browse files

Run python black formatter and some more include changes

parent 02b5cc7c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -33,9 +33,7 @@
#ifndef IVAS_RTP_FILE_H
#define IVAS_RTP_FILE_H

#include <stdbool.h>
#include "common_api_types.h"

#include "ivas_rtp_api.h"
#include "ivas_rtp_pi_data.h"

+416 −425
Original line number Diff line number Diff line
@@ -35,11 +35,6 @@

#include "common_api_types.h"

#ifdef __cplusplus
extern "C"
{
#endif

#ifdef IVAS_RTPDUMP

#define IVAS_PI_MAX_DATA_SIZE ( 32 + 2 ) /* max packed PI data bytes + pi header bytes  */
@@ -473,8 +468,4 @@ extern "C"

#endif /* IVAS_RTPDUMP */

#ifdef __cplusplus
}
#endif

#endif /* IVAS_RTP_PI_DATA_H */
+717 −267

File changed.

Preview size limit exceeded, changes collapsed.

+236 −85

File changed.

Preview size limit exceeded, changes collapsed.