mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
libeplayer3: cleanup pcm writer
Origin commit data
------------------
Branch: master
Commit: 492b7f1b8d
Author: martii <m4rtii@gmx.de>
Date: 2014-04-05 (Sat, 05 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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