[FFmpeg-devel] [PATCH] oma demuxer

Aurelien Jacobs aurel
Mon May 5 23:13:03 CEST 2008


Benjamin Larsson wrote:

> Hi, here is a demuxer for the oma container. Sample file to test the
> decoder can be found here:
> 
> http://samples.mplayerhq.hu/oma/01-Untitled(1).oma
> 
> It works but spits out lots "Multiple frames in a packet" messages.
> What has to be done to fix that issue.
> 
> [...]
> 
> +#ifdef CONFIG_OMA_DEMUXER
> +AVInputFormat oma_demuxer = {
> +    "oma",
> +    "Sony OpenMG audio",

This #ifdef is useless. This file won't be compiled if
CONFIG_OMA_DEMUXER is not defined.

Aurel




More information about the ffmpeg-devel mailing list