avconv: Drop stray leftover debug output

This commit is contained in:
Diego Biurrun 2016-11-08 17:48:50 +01:00
parent 67deba8a41
commit a3483f7993
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ static void avconv_cleanup(int ret)
if (ost->muxing_queue) {
while (av_fifo_size(ost->muxing_queue)) {
AVPacket pkt;
av_log(NULL, AV_LOG_INFO, "after av_fifo_size()\n");
av_fifo_generic_read(ost->muxing_queue, &pkt, sizeof(pkt), NULL);
av_packet_unref(&pkt);
}