This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fixed unsigned pb
Originally committed as revision 7 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
24 years ago
parent
85f07f223d
commit
d78647e8b4
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
libavcodec/mpeg12.c
+ 2
- 1
libavcodec/mpeg12.c
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save