On 07/04/2009 02:38 PM, gkovacs wrote:
Author: gkovacs Date: Sat Jul 4 23:38:07 2009 New Revision: 4603Log: removed stream time conversion convenience functions Modified: concat/libavformat/concatgen.c concat/libavformat/playlist.c concat/libavformat/playlist.h Modified: concat/libavformat/concatgen.c ============================================================================== --- concat/libavformat/concatgen.c Sat Jul 4 23:24:40 2009 (r4602) +++ concat/libavformat/concatgen.c Sat Jul 4 23:38:07 2009 (r4603) @@ -40,7 +40,11 @@ int concatgen_read_packet(AVFormatContex } if (ret>= 0) { if (pkt) { - int64_t time_offset = ff_conv_stream_time(ic, pkt->stream_index, ctx->time_offsets[pkt->stream_index]); + int64_t time_offset; + AVRational avbasetime = {1, AV_TIME_BASE};
AV_TIME_BASE_Q [...] -- Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA FFmpeg maintainer http://www.ffmpeg.org _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
