On 14/01/15 17:46, Vittorio Giovara wrote:
> ---
>  libavcodec/opus_parser.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/opus_parser.c b/libavcodec/opus_parser.c
> index cbb75f2..d256fbb 100644
> --- a/libavcodec/opus_parser.c
> +++ b/libavcodec/opus_parser.c
> @@ -41,7 +41,7 @@ typedef struct OpusParseContext {
>  static const uint8_t *parse_opus_ts_header(const uint8_t *start, int 
> *payload_len, int buf_len)
>  {
>      const uint8_t *buf = start + 1;
> -    int start_trim_flag, end_trim_flag, control_extension_flag, 
> control_extension_length, i;
> +    int start_trim_flag, end_trim_flag, control_extension_flag, 
> control_extension_length;
>      uint8_t flags;
>  
>      GetByteContext gb;
> 

Sure.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to