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:
4c453dd
)
Drop non-C99-compliant initialization.
author
Diego Biurrun
<diego@biurrun.de>
Sun, 13 Jul 2008 21:59:58 +0000
(21:59 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 13 Jul 2008 21:59:58 +0000
(21:59 +0000)
Originally committed as revision 14224 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index 4d77405677adcb2b37218dfc8a0f0604ed60e337..bce341313cb296a798a7e6a30e0635747d526327 100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-112,7
+112,7
@@
static int frame_bottomBand = 0;
static int frame_leftBand = 0;
static int frame_rightBand = 0;
static int max_frames[4] = {INT_MAX, INT_MAX, INT_MAX, INT_MAX};
-static AVRational frame_rate
= (AVRational) {0,0}
;
+static AVRational frame_rate;
static float video_qscale = 0;
static uint16_t *intra_matrix = NULL;
static uint16_t *inter_matrix = NULL;