libeplayer3: remove unused code

Origin commit data
------------------
Branch: master
Commit: 70f58d2cf5
Author: martii <m4rtii@gmx.de>
Date: 2014-04-06 (Sun, 06 Apr 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-06 11:39:11 +02:00
parent e9b361f9f8
commit 79b5be786e
2 changed files with 0 additions and 41 deletions

View File

@@ -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;