mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
libeplayer3/container_ffmpeg: revert swr_next_pts call
Origin commit data
------------------
Branch: master
Commit: 1512840369
Author: martii <m4rtii@gmx.de>
Date: 2013-07-07 (Sun, 07 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -728,9 +728,6 @@ static void FFMPEGThread(Context_t *context) {
|
|||||||
if (context->output->audio->Write(context, &avOut) < 0)
|
if (context->output->audio->Write(context, &avOut) < 0)
|
||||||
ffmpeg_err("writing data to audio device failed\n");
|
ffmpeg_err("writing data to audio device failed\n");
|
||||||
av_freep(&output);
|
av_freep(&output);
|
||||||
#ifdef USE_LIBSWRESAMPLE
|
|
||||||
currentAudioPts = pts = swr_next_pts(swr, INT64_MIN);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (audioTrack->have_aacheader == 1)
|
else if (audioTrack->have_aacheader == 1)
|
||||||
|
Reference in New Issue
Block a user