libeplayer3/container_ffmpeg: cleanup

Origin commit data
------------------
Branch: master
Commit: 8430f6f37c
Author: martii <m4rtii@gmx.de>
Date: 2013-03-09 (Sat, 09 Mar 2013)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-03-09 16:37:05 +01:00
parent b06c39e105
commit 006f4b3003

View File

@@ -833,11 +833,7 @@ static void FFMPEGThread(Context_t *context) {
avOut.len = decoded_data_size; avOut.len = decoded_data_size;
avOut.pts = pts; avOut.pts = pts;
#ifdef MARTII
avOut.extradata = (unsigned char *) &extradata;
#else
avOut.extradata = &extradata; avOut.extradata = &extradata;
#endif
avOut.extralen = sizeof(extradata); avOut.extralen = sizeof(extradata);
avOut.frameRate = 0; avOut.frameRate = 0;
avOut.timeScale = 0; avOut.timeScale = 0;