projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f07f2
)
fixed unsigned pb
author
Fabrice Bellard
<fabrice@bellard.org>
Mon, 23 Jul 2001 18:58:11 +0000
(18:58 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Mon, 23 Jul 2001 18:58:11 +0000
(18:58 +0000)
Originally committed as revision 7 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpeg12.c
patch
|
blob
|
history
diff --git
a/libavcodec/mpeg12.c
b/libavcodec/mpeg12.c
index 3e2e523560aab692d109ccd1e50c07eebb71c237..5b5411b1d41106588619fb81bea7af75b31bdd20 100644
(file)
--- a/
libavcodec/mpeg12.c
+++ b/
libavcodec/mpeg12.c
@@
-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) {