libeplayer3: sync with max_10

Origin commit data
------------------
Branch: master
Commit: 61a2a148d5
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-01-24 (Tue, 24 Jan 2023)

Origin message was:
------------------
- libeplayer3: sync with max_10

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2023-01-24 21:00:47 +01:00
parent 85d1f1edf4
commit 272d5b11ce
65 changed files with 1100 additions and 959 deletions

View File

@@ -31,6 +31,14 @@ typedef struct pcmPrivateData_s
int32_t bits_per_coded_sample;
int32_t sample_rate;
int32_t bit_rate;
int32_t ffmpeg_codec_id;
int32_t block_align;
int32_t frame_size;
int32_t codec_id;
uint8_t *private_data;
uint32_t private_size;
} pcmPrivateData_t;
#endif