提交 3723f01c 编写于 作者: M Michael Niedermayer

fixme note

Originally committed as revision 4557 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 42661adf
......@@ -146,6 +146,7 @@ static int oggvorbis_encode_frame(AVCodecContext *avccontext,
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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册