+#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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel