Commit a6d1bd05 authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Mans Rullgard

Make local variables static.

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent f0a86769
......@@ -172,7 +172,7 @@ static int loop_output = AVFMT_NOOUTPUTLOOP;
static int qp_hist = 0;
#if CONFIG_AVFILTER
static char *vfilters = NULL;
AVFilterGraph *graph = NULL;
static AVFilterGraph *graph = NULL;
#endif
static int intra_only = 0;
......@@ -251,7 +251,7 @@ static int64_t timer_start;
static uint8_t *audio_buf;
static uint8_t *audio_out;
unsigned int allocated_audio_out_size, allocated_audio_buf_size;
static unsigned int allocated_audio_out_size, allocated_audio_buf_size;
static short *samples;
......
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