mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libeplayer3: cleanup pcm writer
This commit is contained in:
BIN
libeplayer3/include/.writer.h.swp
Normal file
BIN
libeplayer3/include/.writer.h.swp
Normal file
Binary file not shown.
@@ -37,10 +37,6 @@ typedef enum {
|
||||
} OutputCmd_t;
|
||||
|
||||
typedef struct {
|
||||
int uNoOfChannels;
|
||||
int uSampleRate;
|
||||
int uBitsPerSample;
|
||||
int bLittleEndian;
|
||||
int restart_audio_resampling;
|
||||
|
||||
int64_t pts;
|
||||
|
@@ -20,10 +20,6 @@ typedef struct Context_s Context_t;
|
||||
typedef struct {
|
||||
int fd;
|
||||
int64_t Pts;
|
||||
int uNoOfChannels;
|
||||
int uSampleRate;
|
||||
int uBitsPerSample;
|
||||
int bLittleEndian;
|
||||
int restart_audio_resampling;
|
||||
AVFormatContext *avfc;
|
||||
AVStream *stream;
|
||||
|
Reference in New Issue
Block a user