[FFmpeg-devel] [PATCH 2/6] Refactor the tag checking into a switch statement
Tomas Härdin
tomas.hardin at codemill.se
Wed May 18 13:46:11 CEST 2011
Michael Niedermayer skrev 2011-05-17 21:42:
> On Fri, Mar 04, 2011 at 09:21:38AM +0100, Tomas Härdin wrote:
>>
>
>> wav.c | 14 +++++++++-----
>> 1 file changed, 9 insertions(+), 5 deletions(-)
>> 2cd028114a2b73eef002d2f2228b7d7fea04e8a6 0002-Refactor-the-tag-checking-into-a-switch-statement.patch
>> From f4990eca1693df2fe15b7e32f949dba5b83dd98a Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Tomas=20H=C3=A4rdin?=<tomas.hardin at codemill.se>
>> Date: Thu, 17 Feb 2011 15:58:10 +0100
>> Subject: [PATCH 2/6] Refactor the tag checking into a switch statement
>
> This doesnt apply cleanly anymore, please update the patch.
I rebased the remaining patches. The last one still probably needs some
metadata conversion, but at least they all apply and don't cause any
deprecation warnings.
I ran make test and made sure that ffplay - < foo.wav still works.
Metadata is still parsed as long as it's in the header.
I see that a url_ftell() snuck in, so I also made a patch to change that
to an avio_tell(). Patch series incoming.
/Tomas
More information about the ffmpeg-devel
mailing list