[FFmpeg-devel] [PATCH] PSMF audio support, trac ticket #3233

Maxim Polijakowski max_pole at gmx.de
Tue Dec 2 12:23:44 CET 2014


>>> +#include "libavformat/oma.h"
>> libavformat can use things from libavcodec but
>> libavcodec cannot use things from libavformat as it doesnt depend on
>> it, libavcodec can be used alone without libavformat
>> so some things may need to be moved to libavcodec in a seperate patch
>> before this
> The four oma tables could be moved to the header, or their prefix changed to avpriv_.
> They are small enough that the former is probably a better option, though.

Moving these tables to the header will probably cause multiply 
definition. They are currently declared in oma.h but their content is 
defined in oma.c...
I'll try to move them to atrac3plus.h/atrac3plus.c...

Best regards
Maxim


More information about the ffmpeg-devel mailing list