X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fomnplay.cpp;h=699f16e728b7ab670bd7f6abb88cd577e62aedbc;hb=b71b52f8fa19073fc9c01c143d9e5585421450ce;hp=1a1889b68eb95145798908e332e4cd132f916470;hpb=4eff63591040d11a6c4b3726ea357ef2c64d9fb5;p=omnplay diff --git a/src/omnplay.cpp b/src/omnplay.cpp index 1a1889b..699f16e 100644 --- a/src/omnplay.cpp +++ b/src/omnplay.cpp @@ -134,7 +134,7 @@ static void omnplay_update_status(omnplay_player_t* player, OmPlrStatus *prev , idx = find_index_of_playlist_item(player->app, player->playlist_start, curr->currClipNum); if(idx >= 0) { - strcpy(tc_rem, "PLAYING->"); + frames2tc(curr->currClipStartPos + curr->currClipLen - curr->pos, 25.0, tc_rem); omnplay_playlist_draw_item_rem(player->app, idx, tc_rem); } if(curr->currClipNum != prev->currClipNum && 1 != prev->numClips)