[vlc-commits] commit: vout: remove dead assignement (and one mdate). ( Rémi Duraffort )
git at videolan.org
git at videolan.org
Thu Nov 4 19:45:05 CET 2010
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Thu Nov 4 19:31:24 2010 +0100| [6bd4060bd422e565516d77d05ab93f7a606e5304] | committer: Rémi Duraffort
vout: remove dead assignement (and one mdate).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6bd4060bd422e565516d77d05ab93f7a606e5304
---
src/video_output/video_output.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index f3f5719..4ded44e 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -757,7 +757,7 @@ static int ThreadDisplayRenderPicture(vout_thread_t *vout, bool is_forced)
* Check for subpictures to display
*/
const bool do_snapshot = vout_snapshot_IsRequested(&vout->p->snapshot);
- mtime_t spu_render_time = is_forced ? mdate() : filtered->date;
+ mtime_t spu_render_time;
if (vout->p->pause.is_on)
spu_render_time = vout->p->pause.date;
else
More information about the vlc-commits
mailing list