summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristophe Thommeret <hftom@free.fr>2009-02-11 06:57:03 +0000
committerChristophe Thommeret <hftom@free.fr>2009-02-11 06:57:03 +0000
commit5760073f495f7143b1a39e88e8dfa2a977acdf57 (patch)
tree4a261e137fb9533898f53288ecdff73e8ab19ccc /src
parent424733ab41f30ba1c59913b84172439b8293c833 (diff)
downloadxine-lib-5760073f495f7143b1a39e88e8dfa2a977acdf57.tar.gz
xine-lib-5760073f495f7143b1a39e88e8dfa2a977acdf57.tar.bz2
Compile fix.
Diffstat (limited to 'src')
-rw-r--r--src/libvdpau/vdpau_mpeg12.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libvdpau/vdpau_mpeg12.c b/src/libvdpau/vdpau_mpeg12.c
index 99be61cf4..d3c2436f9 100644
--- a/src/libvdpau/vdpau_mpeg12.c
+++ b/src/libvdpau/vdpau_mpeg12.c
@@ -732,8 +732,8 @@ static void vdpau_mpeg12_decode_data (video_decoder_t *this_gen, buf_element_t *
sequence_t *seq = (sequence_t*)&this->sequence;
if (buf->decoder_flags & BUF_FLAG_FRAMERATE) {
- this->video_step = buf->decoder_info[0];
- _x_stream_info_set(this->stream, XINE_STREAM_INFO_FRAME_DURATION, this->video_step);
+ seq->video_step = buf->decoder_info[0];
+ _x_stream_info_set(this->stream, XINE_STREAM_INFO_FRAME_DURATION, seq->video_step);
}
if ( !buf->size )