Loading lib_com/bitstream.c +2 −0 Original line number Diff line number Diff line Loading @@ -2743,6 +2743,7 @@ void get_NextCoderType( return; } #ifndef MC_JBM /*-------------------------------------------------------------------* * read_indices_from_djb() * Loading Loading @@ -2853,6 +2854,7 @@ void read_indices_from_djb( return; } #endif /*-------------------------------------------------------------------* * get_indice_preview() Loading lib_com/prot.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading Loading
lib_com/bitstream.c +2 −0 Original line number Diff line number Diff line Loading @@ -2743,6 +2743,7 @@ void get_NextCoderType( return; } #ifndef MC_JBM /*-------------------------------------------------------------------* * read_indices_from_djb() * Loading Loading @@ -2853,6 +2854,7 @@ void read_indices_from_djb( return; } #endif /*-------------------------------------------------------------------* * get_indice_preview() Loading
lib_com/prot.h +2 −1 Original line number Diff line number Diff line Loading @@ -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 */ Loading @@ -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 */ Loading