[FFmpeg-devel] [PATCH 09/11] Make local variables static.

Måns Rullgård mans
Tue Jan 25 01:02:46 CET 2011


Diego Elio Petten? <flameeyes at gmail.com> writes:

> ---
>  ffmpeg.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/ffmpeg.c b/ffmpeg.c
> index 0b2bab2..ffc1fab 100644
> --- a/ffmpeg.c
> +++ b/ffmpeg.c
> @@ -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;
>
> -- 
> 1.7.4.rc2

OK

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list