summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinhard Nißl <rnissl@gmx.de>2011-03-13 17:33:33 +0100
committerReinhard Nißl <rnissl@gmx.de>2011-03-13 17:33:33 +0100
commit2082f13ab7ba015c41f8235f9113a0291c7a62ed (patch)
treef99ae8f29e14486c41aaf5150d9ae78e9024e6e2
parent4954130b158bf8fe3841f53c5403a0f750ca21f5 (diff)
downloadxine-lib-2082f13ab7ba015c41f8235f9113a0291c7a62ed.tar.gz
xine-lib-2082f13ab7ba015c41f8235f9113a0291c7a62ed.tar.bz2
Force progressive frame display during trickspeed mode.
For now, it will only work when there are no video post plugins enabled. In case there are video post plugins enabled the changeset has no effect. --HG-- extra : rebase_source : cfb22e2ef12ac547ea24ebf59565fe8720ab3635
-rw-r--r--src/vdr/input_vdr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdr/input_vdr.c b/src/vdr/input_vdr.c
index 3af018e09..ed478c80d 100644
--- a/src/vdr/input_vdr.c
+++ b/src/vdr/input_vdr.c
@@ -2544,6 +2544,8 @@ static void vdr_metronom_got_video_frame(metronom_t *self, vo_frame_t *frame)
if (this->input->trick_speed_mode)
{
+ frame->progressive_frame = -1; /* force progressive */
+
pthread_mutex_lock(&this->input->metronom_thread_call_lock);
pthread_mutex_lock(&this->input->metronom_thread_lock);