kopia lustrzana https://github.com/kierank/libmpegts
Make ts_update_transport_stream void for the time being
rodzic
8b5bc7296b
commit
75b0b98d0d
|
@ -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 )
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
Ładowanie…
Reference in New Issue