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

Michael Niedermayer michaelni at gmx.at
Fri Dec 19 23:00:25 CET 2014


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

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Many things microsoft did are stupid, but not doing something just because
microsoft did it is even more stupid. If everything ms did were stupid they
would be bankrupt already.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141219/db1a5ebc/attachment.asc>


More information about the ffmpeg-devel mailing list