mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libeplayer3: remove unused code
This commit is contained in:
@@ -16,7 +16,6 @@ typedef enum {
|
||||
OUTPUT_INIT,
|
||||
OUTPUT_ADD,
|
||||
OUTPUT_DEL,
|
||||
OUTPUT_CAPABILITIES,
|
||||
OUTPUT_PLAY,
|
||||
OUTPUT_STOP,
|
||||
OUTPUT_PAUSE,
|
||||
@@ -35,18 +34,6 @@ typedef enum {
|
||||
OUTPUT_GET_FRAME_COUNT,
|
||||
} OutputCmd_t;
|
||||
|
||||
typedef struct {
|
||||
int restart_audio_resampling;
|
||||
|
||||
int64_t pts;
|
||||
|
||||
const char *type;
|
||||
|
||||
AVFormatContext *avfc;
|
||||
AVStream *stream;
|
||||
AVPacket *packet;
|
||||
} AudioVideoOut_t;
|
||||
|
||||
struct Context_s;
|
||||
typedef struct Context_s Context_t;
|
||||
|
||||
|
Reference in New Issue
Block a user