New upstream version 24.0.1+dfsg1
This commit is contained in:
parent
b14f9eae6d
commit
5a730d6ec3
842 changed files with 42245 additions and 33385 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include <obs.h>
|
||||
|
||||
#define MILLISECOND_DEN 1000
|
||||
#define MILLISECOND_DEN 1000
|
||||
|
||||
static int32_t get_ms_time(struct encoder_packet *packet, int64_t val)
|
||||
{
|
||||
|
|
@ -29,6 +29,6 @@ static int32_t get_ms_time(struct encoder_packet *packet, int64_t val)
|
|||
extern void write_file_info(FILE *file, int64_t duration_ms, int64_t size);
|
||||
|
||||
extern bool flv_meta_data(obs_output_t *context, uint8_t **output, size_t *size,
|
||||
bool write_header, size_t audio_idx);
|
||||
bool write_header, size_t audio_idx);
|
||||
extern void flv_packet_mux(struct encoder_packet *packet, int32_t dts_offset,
|
||||
uint8_t **output, size_t *size, bool is_header);
|
||||
uint8_t **output, size_t *size, bool is_header);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue