[Ffmpeg-devel] [PATCH] new VOC (de)muxer

Michael Niedermayer michaelni
Thu Feb 9 02:11:53 CET 2006


Hi

On Thu, Feb 09, 2006 at 01:36:18AM +0100, Aurelien Jacobs wrote:
> Hi,
> 
> Here is a new (de)muxer for the Creative VOC format.
> Most features are supported, except silence and repetition (those
> features don't seem to be wildly used).
> All codecs are supported except the Creative ADPCM
> 8 bits to 4, 2.6 or 2 bits. (I will probably add at least one of
> them later)
> Just one remark. If you wonder why is voc_read_packet such a
> wrapper, that's because voc_get_packet will also be used by
> my AVS demuxer (comming soon ;-).

[...]

> @@ -552,6 +552,8 @@
>  /* aiff.c */
>  int ff_aiff_init(void);
>  
> +#include "voc.h"

why?

[...]

-- 
Michael





More information about the ffmpeg-devel mailing list