libeplayer3/writer/pcm: cleanup

Origin commit data
------------------
Branch: master
Commit: e784a6724c
Author: martii <m4rtii@gmx.de>
Date: 2014-04-21 (Mon, 21 Apr 2014)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-04-21 14:08:40 +02:00
parent 773d63e7a4
commit d19625313d

View File

@@ -228,8 +228,6 @@ void WriterPCM::Init()
restart_audio_resampling = true; restart_audio_resampling = true;
} }
extern int64_t calcPts(AVFormatContext *, AVStream *, int64_t);
bool WriterPCM::Write(int fd, AVFormatContext * /*avfc*/, AVStream *stream, AVPacket *packet, int64_t pts) bool WriterPCM::Write(int fd, AVFormatContext * /*avfc*/, AVStream *stream, AVPacket *packet, int64_t pts)
{ {
if (fd < 0) if (fd < 0)