Commit 5b2068a7 authored by Lauros Pajunen's avatar Lauros Pajunen
Browse files

Revert clang format changes to evs_rtp_payload.h

parent 360eef8c
Loading
Loading
Loading
Loading
+150 −154
Original line number Diff line number Diff line
@@ -45,8 +45,6 @@ extern "C"
{
#endif

    /* clang-format off */

    static const int32_t AMRWB_IOmode2rate[16] = {
        6600,  /* AMRWB_IO_6600 */
        8850,  /* AMRWB_IO_8850 */
@@ -203,8 +201,6 @@ EVS_RTPDUMP_DEPACKER_ERROR EVS_RTPDUMP_DEPACKER_readNextFrame(

    void EVS_RTPDUMP_DEPACKER_close( EVS_RTPDUMP_DEPACKER *self );

    /* clang-format on */

#ifdef __cplusplus
}
#endif