diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-01-10 17:56:46 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-01-10 17:56:46 +0000 |
commit | 5130c4a67b730b702a68cf958bf0273ad945f7f8 (patch) | |
tree | 54fee8439ad3a763c907d356d1177c5639b2fa51 /src | |
parent | da80c86632109bd2ba0023154fae1b1b530e7dcd (diff) | |
download | xine-lib-5130c4a67b730b702a68cf958bf0273ad945f7f8.tar.gz xine-lib-5130c4a67b730b702a68cf958bf0273ad945f7f8.tar.bz2 |
oups, it's better with timestamps...
CVS patchset: 6018
CVS date: 2004/01/10 17:56:46
Diffstat (limited to 'src')
-rw-r--r-- | src/libreal/xine_decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libreal/xine_decoder.c b/src/libreal/xine_decoder.c index 81e585cc9..572673c6d 100644 --- a/src/libreal/xine_decoder.c +++ b/src/libreal/xine_decoder.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: xine_decoder.c,v 1.59 2004/01/10 01:47:14 tmattern Exp $ + * $Id: xine_decoder.c,v 1.60 2004/01/10 17:56:46 tmattern Exp $ * * thin layer to use real binary-only codecs in xine * @@ -38,7 +38,6 @@ /* #define LOG */ - #include "bswap.h" #include "xine_internal.h" #include "video_out.h" @@ -373,6 +372,7 @@ static void realdec_decode_data (video_decoder_t *this_gen, buf_element_t *buf) XINE_IMGFMT_YV12, VO_BOTH_FIELDS); + img->pts = this->pts; img->duration = this->duration; _x_stream_info_set(this->stream, XINE_STREAM_INFO_FRAME_DURATION, this->duration); img->bad_frame = 0; |