mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3: move audio resampling to dedicated ipcm writer
This commit is contained in:
@@ -42,15 +42,15 @@ typedef struct {
|
||||
int uSampleRate;
|
||||
int uBitsPerSample;
|
||||
int bLittleEndian;
|
||||
int restart_audio_resampling;
|
||||
|
||||
uint64_t pts;
|
||||
int64_t pts;
|
||||
|
||||
char *type;
|
||||
|
||||
/* context from ffmpeg */
|
||||
AVFormatContext *avfc;
|
||||
/* stream from ffmpeg */
|
||||
AVStream *stream;
|
||||
AVPacket *packet;
|
||||
} AudioVideoOut_t;
|
||||
|
||||
struct Context_s;
|
||||
|
Reference in New Issue
Block a user