[FFmpeg-cvslog] r19539 - in trunk/libavformat: rdt.c rm.h rmdec.c

Baptiste Coudurier baptiste.coudurier
Fri Jul 31 02:04:06 CEST 2009


Hi Ronald,

On 07/30/2009 08:04 AM, rbultje wrote:
> [...]
>
> -    pkt->pts= *timestamp;
> -    if (*flags&  2)
> +    pkt->pts= timestamp;
> +    if (flags&  2)
>           pkt->flags |= PKT_FLAG_KEY;

Btw this is dts not pts.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-cvslog mailing list