Browse Source

decoder: remove unused function declaration

pull/162/head
Thomas Guillem 3 years ago
committed by Steve Lhomme
parent
commit
39b2ce2b53
  1. 5
      src/input/decoder.h

5
src/input/decoder.h

@ -113,11 +113,6 @@ int vlc_input_decoder_SetCcState( vlc_input_decoder_t *, vlc_fourcc_t, int i_cha
*/
int vlc_input_decoder_GetCcState( vlc_input_decoder_t *, vlc_fourcc_t, int i_channel, bool *pb_decode );
/**
* This function get cc channels descriptions
*/
void vlc_input_decoder_GetCcDesc( vlc_input_decoder_t *, decoder_cc_desc_t * );
/**
* This function forces the display of the next picture
*/

Loading…
Cancel
Save