[vlc-devel] commit: Remove un-needed vlc_testcancel() ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Jan 6 11:23:45 CET 2009
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Jan 6 12:23:33 2009 +0200| [262e789e66634101606a589d1f206a82526377f7] | committer: Rémi Denis-Courmont
Remove un-needed vlc_testcancel()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=262e789e66634101606a589d1f206a82526377f7
---
src/input/decoder.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/input/decoder.c b/src/input/decoder.c
index 27c6c82..9aecc36 100644
--- a/src/input/decoder.c
+++ b/src/input/decoder.c
@@ -879,8 +879,6 @@ static void *DecoderThread( vlc_object_t *p_this )
vlc_restorecancel( canc );
}
- /* Ensure fast cancellation in case the fifo is not empty */
- vlc_testcancel();
}
return NULL;
}
More information about the vlc-devel
mailing list