Anton Khirnov <[email protected]> writes:

> On Thu,  2 Jun 2011 17:50:26 +0100, Mans Rullgard <[email protected]> wrote:
>> ---
>>  libavcodec/flacenc.c   |    2 +-
>>  libavcodec/wmaprodec.c |    2 +-
>>  libavformat/mov.c      |    2 +-
>>  libavformat/nsvdec.c   |    5 +++--
>>  libavformat/r3d.c      |   11 +++++++----
>>  libavformat/rtpdec.c   |    2 +-
>>  libavformat/utils.c    |    2 +-
>>  7 files changed, 15 insertions(+), 11 deletions(-)
>> 
>> diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c
>> index 8624a6d..be775ca 100644
>> --- a/libavcodec/flacenc.c
>> +++ b/libavcodec/flacenc.c
>> @@ -980,7 +980,7 @@ static int encode_residual_ch(FlacEncodeContext *s, int 
>> ch)
>>  
>>  static int count_frame_header(FlacEncodeContext *s)
>>  {
>> -    uint8_t tmp;
>> +    uint8_t av_unused tmp;
>
> This one is used in
> PUT_UTF8(s->frame_count, tmp, count += 8;)
> Doesn't look like a debug statement to me.

True.  It's still unused though.  I can split that out or reword the
commit message.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to