提交 d78647e8 编写于 作者: F Fabrice Bellard

fixed unsigned pb


Originally committed as revision 7 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 85f07f22
......@@ -69,7 +69,8 @@ static void put_header(MpegEncContext *s, int header)
static void mpeg1_encode_sequence_header(MpegEncContext *s)
{
unsigned int vbv_buffer_size;
unsigned int fps, n, v;
unsigned int fps, v;
int n;
UINT64 time_code;
if ((s->picture_number % s->gop_size) == 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册