removed redundant declaration of get_fts

Its already declared in ccextractor.c
This commit is contained in:
Anshul Maheshwari 2014-07-02 11:25:52 +05:30
parent 8ad13c0083
commit 8fb135efcb

View File

@ -375,7 +375,6 @@ void xds_init();
// ccextractor.cpp
LLONG calculate_gop_mstime (struct gop_time_code *g);
void set_fts(void);
LLONG get_fts ( void );
char *print_mstime( LLONG mstime );
void print_debug_timing( void );
int switch_to_next_file (LLONG bytesinbuffer);