libeplayer3/writer/pcm: cleanup

This commit is contained in:
martii
2014-04-21 14:08:40 +02:00
parent 103037e239
commit e784a6724c

View File

@@ -228,8 +228,6 @@ void WriterPCM::Init()
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)
{
if (fd < 0)