Loading lib_dec/decoder.c +6 −5 Original line number Diff line number Diff line Loading @@ -199,16 +199,17 @@ int main(int argc, char *argv[]) } } #ifdef WMOPS update_wmops(); update_mem(); #endif frame++; if (quietMode == 0) { fprintf( stdout, "%-8ld\b\b\b\b\b\b\b\b", frame); } #ifdef WMOPS update_wmops(); update_mem(); #endif } /*----- decode-a-frame-loop end -----*/ Loading Loading
lib_dec/decoder.c +6 −5 Original line number Diff line number Diff line Loading @@ -199,16 +199,17 @@ int main(int argc, char *argv[]) } } #ifdef WMOPS update_wmops(); update_mem(); #endif frame++; if (quietMode == 0) { fprintf( stdout, "%-8ld\b\b\b\b\b\b\b\b", frame); } #ifdef WMOPS update_wmops(); update_mem(); #endif } /*----- decode-a-frame-loop end -----*/ Loading