mirror of https://git.ffmpeg.org/ffmpeg.git
avconv: Drop stray leftover debug output
This commit is contained in:
parent
67deba8a41
commit
a3483f7993
1
avconv.c
1
avconv.c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue