From 8fb135efcb12c6aca52cfc39159b4bdda08a48c5 Mon Sep 17 00:00:00 2001 From: Anshul Maheshwari Date: Wed, 2 Jul 2014 11:25:52 +0530 Subject: [PATCH] removed redundant declaration of get_fts Its already declared in ccextractor.c --- src/ccextractor.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ccextractor.h b/src/ccextractor.h index 26eb2835..0ae7d919 100644 --- a/src/ccextractor.h +++ b/src/ccextractor.h @@ -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);