From 895500c5fae82978f8e717ee73f8b6de2e530efd Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 3 Jun 2006 10:57:22 +0000 Subject: [PATCH] Fix typo svn-id: r22861 --- encode_dxa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encode_dxa.cpp b/encode_dxa.cpp index 89b75690..a5be1395 100644 --- a/encode_dxa.cpp +++ b/encode_dxa.cpp @@ -506,7 +506,7 @@ int main(int argc, char *argv[]) { framenum++; if (framenum % 20 == 0) { - printf("\rEncoding...%d%% (%d of %d)", 100 * framenum / frames, framenum, frames); + printf("\rEncoding video...%d%% (%d of %d)", 100 * framenum / frames, framenum, frames); fflush(stdout); } }