diff options
Diffstat (limited to 'src/xine-engine/video_out.c')
-rw-r--r-- | src/xine-engine/video_out.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/video_out.c b/src/xine-engine/video_out.c index f3a566934..8a9873f53 100644 --- a/src/xine-engine/video_out.c +++ b/src/xine-engine/video_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.c,v 1.197 2004/06/02 19:46:11 tmattern Exp $ + * $Id: video_out.c,v 1.198 2004/06/13 21:28:57 miguelfreitas Exp $ * * frame allocation / queuing / scheduling / output functions */ @@ -1169,7 +1169,7 @@ int xine_get_next_video_frame (xine_video_port_t *this_gen, frame->duration = img->duration; frame->width = img->width; frame->height = img->height; - frame->pos_stream = img->extra_info->input_pos; + frame->pos_stream = img->extra_info->input_normpos; frame->pos_time = img->extra_info->input_time; frame->aspect_ratio = img->ratio; frame->colorspace = img->format; |