mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3/writer/pcm: remove debug output
This commit is contained in:
@@ -240,7 +240,6 @@ bool WriterPCM::Write(int fd, AVFormatContext * /*avfc*/, AVStream *stream, AVPa
|
|||||||
restart_audio_resampling = false;
|
restart_audio_resampling = false;
|
||||||
initialHeader = true;
|
initialHeader = true;
|
||||||
|
|
||||||
fprintf(stderr, "swr=%p\n",swr);//FIXME
|
|
||||||
if (swr)
|
if (swr)
|
||||||
swr_free(&swr);
|
swr_free(&swr);
|
||||||
if (decoded_frame)
|
if (decoded_frame)
|
||||||
|
Reference in New Issue
Block a user