[FFmpeg-soc] [soc]: r4534 - seek_api/utils.c

spyfeng subversion at mplayerhq.hu
Sat Jun 27 15:38:05 CEST 2009


Author: spyfeng
Date: Sat Jun 27 15:38:05 2009
New Revision: 4534

Log:
remove code lines because we fixed in av_parser_parse2().

Modified:
   seek_api/utils.c

Modified: seek_api/utils.c
==============================================================================
--- seek_api/utils.c	Sat Jun 27 15:35:59 2009	(r4533)
+++ seek_api/utils.c	Sat Jun 27 15:38:05 2009	(r4534)
@@ -937,8 +937,6 @@ static int av_read_frame_internal(AVForm
                     pkt->stream_index = st->index;
                     pkt->pts = st->parser->pts;
                     pkt->dts = st->parser->dts;
-                    if (st->parser->pos == -1)
-                        st->parser->pos = st->parser->last_pos + len;
                     pkt->pos = st->parser->pos;
                     pkt->destruct = NULL;
                     compute_pkt_fields(s, st, st->parser, pkt);


More information about the FFmpeg-soc mailing list