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:
martii
2013-07-07 16:20:01 +02:00
parent da5eb57d72
commit dbafce4a8d

View File

@@ -728,9 +728,6 @@ static void FFMPEGThread(Context_t *context) {
if (context->output->audio->Write(context, &avOut) < 0)
ffmpeg_err("writing data to audio device failed\n");
av_freep(&output);
#ifdef USE_LIBSWRESAMPLE
currentAudioPts = pts = swr_next_pts(swr, INT64_MIN);
#endif
}
}
else if (audioTrack->have_aacheader == 1)