Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
d78647e8
Commit
d78647e8
authored
Jul 23, 2001
by
Fabrice Bellard
Browse files
fixed unsigned pb
Originally committed as revision 7 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
85f07f22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
libavcodec/mpeg12.c
libavcodec/mpeg12.c
+2
-1
No files found.
libavcodec/mpeg12.c
View file @
d78647e8
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment