libeplayer3/writer/pcm: remove debug output

This commit is contained in:
martii
2014-04-26 19:54:42 +02:00
parent 8128fe3289
commit d195c29769

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)