mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libeplayer3/container_ffmpeg: cleanup
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user