[FFmpeg-cvslog] r9189 - trunk/libavformat/mxf.c

bcoudurier subversion
Sun Jun 3 19:26:30 CEST 2007


Author: bcoudurier
Date: Sun Jun  3 19:26:30 2007
New Revision: 9189

Log:
set pkt pos

Modified:
   trunk/libavformat/mxf.c

Modified: trunk/libavformat/mxf.c
==============================================================================
--- trunk/libavformat/mxf.c	(original)
+++ trunk/libavformat/mxf.c	Sun Jun  3 19:26:30 2007
@@ -363,6 +363,7 @@ static int mxf_read_packet(AVFormatConte
             } else
                 av_get_packet(&s->pb, pkt, klv.length);
             pkt->stream_index = index;
+            pkt->pos = klv->offset;
             return 0;
         } else
             url_fskip(&s->pb, klv.length);




More information about the ffmpeg-cvslog mailing list