libeplayer3/ffmpeg: minor cleanup

Origin commit data
------------------
Branch: master
Commit: 8e23cdbad7
Author: martii <m4rtii@gmx.de>
Date: 2013-11-22 (Fri, 22 Nov 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-11-22 18:08:00 +01:00
parent 9b1d15bd75
commit f73de4c86d

View File

@@ -101,20 +101,14 @@ static const char *FILENAME = "container_ffmpeg.c";
static pthread_t PlayThread;
static int hasPlayThreadStarted = 0;
static AVFormatContext *avContext = NULL;
static unsigned char isContainerRunning = 0;
static long long int latestPts = 0;
float seek_sec_abs = -1.0, seek_sec_rel = 0.0;
static float seek_sec_abs = -1.0, seek_sec_rel = 0.0;
/* ***************************** */
/* Prototypes */
/* ***************************** */
static int container_ffmpeg_seek(Context_t * context, float sec,
int absolute);
/* ***************************** */
/* MISC Functions */