[FFmpeg-devel] [PATCH] wavdec: refactor wav_read_header()

Thomas Volkert silvo at gmx.net
Fri Dec 19 23:04:35 CET 2014


On 12/19/2014 11:03 PM, James Almer wrote:
> On 19/12/14 7:00 PM, Michael Niedermayer wrote:
>> On Fri, Dec 19, 2014 at 09:58:48PM +0100, Thomas Volkert wrote:
>>> On 12/19/2014 09:57 PM, Thomas Volkert wrote:
>>>> +    	av_log(s, AV_LOG_ERROR, "invalid start code %c%c%c%c in RIFF header\n", tag & 0xFF, (tag >> 8) & 0xFF, (tag >> 16) & 0xFF, (tag >> 24) & 0xFF);
>>>>           return AVERROR_INVALIDDATA;
>>>>
>>> Some remainung tabs - please, remove when commit.
>> applied
>>
>> thanks
> This didn't address Derek's comments. It's not using av_get_codec_tag_string()
> or something like 0x%X.
>

I forgot to commit before resending the patch :-(

Best regards,
Thomas.


More information about the ffmpeg-devel mailing list