libeplayer3/container_ffmpeg: cleanup

This commit is contained in:
martii
2013-03-09 16:37:05 +01:00
parent 1a2aa05948
commit 8430f6f37c

View File

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