changeset 7419:a2555f227a3d

10l
author alex
date Mon, 16 Sep 2002 16:53:25 +0000
parents 2f6fd8f05bc8
children 78678f03c28d
files mplayer.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Mon Sep 16 16:48:20 2002 +0000
+++ b/mplayer.c	Mon Sep 16 16:53:25 2002 +0000
@@ -2220,18 +2220,18 @@
       if (tv_param_on == 1) {
 	int v = cmd->args[0].v.i;
 	if(v > 0)
-	  tv_step_channel((tvi_handle_t*)(stream->priv), TV_CHANNEL_HIGHER);
+	  tv_step_channel((tvi_handle_t*)(demuxer->priv), TV_CHANNEL_HIGHER);
 	else
-	  tv_step_channel((tvi_handle_t*)(stream->priv), TV_CHANNEL_LOWER);
+	  tv_step_channel((tvi_handle_t*)(demuxer->priv), TV_CHANNEL_LOWER);
       }
     } break;
     case MP_CMD_TV_STEP_NORM :  {
       if (tv_param_on == 1)
-	tv_step_norm((tvi_handle_t*)(stream->priv));
+	tv_step_norm((tvi_handle_t*)(demuxer->priv));
     } break;
     case MP_CMD_TV_STEP_CHANNEL_LIST :  {
       if (tv_param_on == 1)
-	tv_step_chanlist((tvi_handle_t*)(stream->priv));
+	tv_step_chanlist((tvi_handle_t*)(demuxer->priv));
     } break;
 #endif
     case MP_CMD_VO_FULLSCREEN: