Make ts_update_transport_stream void for the time being

reconfig
Kieran Kunhya 2013-06-14 19:14:26 +01:00
rodzic 8b5bc7296b
commit 75b0b98d0d
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1089,7 +1089,7 @@ int ts_setup_transport_stream( ts_writer_t *w, ts_main_t *params )
return 0; return 0;
} }
int ts_update_transport_stream( ts_writer_t *w, ts_main_t *params ) void ts_update_transport_stream( ts_writer_t *w, ts_main_t *params )
{ {
int64_t cur_pcr = get_pcr_int( w, 0 ); int64_t cur_pcr = get_pcr_int( w, 0 );
if( params->muxrate != w->ts_muxrate ) if( params->muxrate != w->ts_muxrate )

Wyświetl plik

@ -336,7 +336,7 @@ int ts_setup_transport_stream( ts_writer_t *w, ts_main_t *params );
* TODO: implement versioning so other parameters can be updated * TODO: implement versioning so other parameters can be updated
* *
*/ */
int ts_update_transport_stream( ts_writer_t *w, ts_main_t *params ); void ts_update_transport_stream( ts_writer_t *w, ts_main_t *params );
/**** Additional Codec-Specific functions ****/ /**** Additional Codec-Specific functions ****/
/* Many formats require extra information. Setup the relevant information using the following functions */ /* Many formats require extra information. Setup the relevant information using the following functions */