# HG changeset patch # User michael # Date 1125824692 0 # Node ID 99a5981878a2181faf74c65a577b312f267487b1 # Parent 303b270eee3dfb258590bef77e9c97b2009a490d fixme note diff -r 303b270eee3d -r 99a5981878a2 oggvorbis.c --- a/oggvorbis.c Sun Sep 04 09:03:01 2005 +0000 +++ b/oggvorbis.c Sun Sep 04 09:04:52 2005 +0000 @@ -146,6 +146,7 @@ l= op2->bytes; avccontext->coded_frame->pts= av_rescale_q(op2->granulepos, (AVRational){1, avccontext->sample_rate}, avccontext->time_base); + //FIXME we should reorder the user supplied pts and not assume that they are spaced by 1/sample_rate memcpy(packets, op2->packet, l); context->buffer_index -= l + sizeof(ogg_packet);