Merge "vpxenc: don't print STATS_PKT size w/--quiet"

This commit is contained in:
John Koleszar 2012-11-20 20:35:41 -08:00 committed by Gerrit Code Review
commit efb2f92702

View File

@ -2284,6 +2284,7 @@ static void get_cx_data(struct stream_state *stream,
break;
case VPX_CODEC_STATS_PKT:
stream->frames_out++;
if (!global->quiet)
fprintf(stderr, " %6luS",
(unsigned long)pkt->data.twopass_stats.sz);
stats_write(&stream->stats,