Skip to content

Commit

Permalink
change curr_play_time to return master_clock.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed May 15, 2012
1 parent 4089b6f commit 30c0beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libav/src/avplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ void volume(avplay *play, double vol)

double curr_play_time(avplay *play)
{
return play->m_frame_timer;
return master_clock(play);
}

double duration(avplay *play)
Expand Down

0 comments on commit 30c0beb

Please sign in to comment.