From d19625313d1eeaa627e7f4003ae7a09f12b7b6cd Mon Sep 17 00:00:00 2001 From: martii Date: Mon, 21 Apr 2014 14:08:40 +0200 Subject: [PATCH] libeplayer3/writer/pcm: cleanup Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/e784a6724c855198a17ff2791bda7edc47ea57b8 Author: martii Date: 2014-04-21 (Mon, 21 Apr 2014) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libeplayer3/writer/pcm.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libeplayer3/writer/pcm.cpp b/libeplayer3/writer/pcm.cpp index a8dcb4c..c9d8ef4 100644 --- a/libeplayer3/writer/pcm.cpp +++ b/libeplayer3/writer/pcm.cpp @@ -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)