Commit aec722f9 authored by sagnowski's avatar sagnowski
Browse files

Wrap unused function in MC_JBM switch

parent 0daa897a
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2743,6 +2743,7 @@ void get_NextCoderType(
    return;
}

#ifndef MC_JBM
/*-------------------------------------------------------------------*
 * read_indices_from_djb()
 *
@@ -2853,6 +2854,7 @@ void read_indices_from_djb(

    return;
}
#endif

/*-------------------------------------------------------------------*
 * get_indice_preview()
+2 −1
Original line number Diff line number Diff line
@@ -665,7 +665,7 @@ void evs_dec_previewFrame(
    int16_t *partialCopyOffset     /* o  : offset of the partial copy relative to the primary copy */
);


#ifndef MC_JBM
void read_indices_from_djb(
    Decoder_State *st,  /* i/o: decoder state structure                 */
    uint8_t *pt_stream, /* i  : bitstream file                          */
@@ -679,6 +679,7 @@ void read_indices_from_djb(
    const int16_t partialframe,   /* i  : partial frame information               */
    const int16_t next_coder_type /* i  : next coder type information             */
);
#endif

void getPartialCopyInfo(
    Decoder_State *st, /* i  : decoder state structure                 */