libeplayer3/writer/pcm: remove debug output

Origin commit data
------------------
Branch: master
Commit: a76f665882
Author: martii <m4rtii@gmx.de>
Date: 2014-04-26 (Sat, 26 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-26 19:54:42 +02:00
parent 457958fc90
commit a477c474a8

View File

@@ -240,7 +240,6 @@ bool WriterPCM::Write(int fd, AVFormatContext * /*avfc*/, AVStream *stream, AVPa
restart_audio_resampling = false;
initialHeader = true;
fprintf(stderr, "swr=%p\n",swr);//FIXME
if (swr)
swr_free(&swr);
if (decoded_frame)