Commit a289e1ef authored by glantau's avatar glantau

fixed unsigned pb


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fe52723f
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment