[FFmpeg-soc] [soc] libavsequencer [PATCH] Initial implementation of main AVSequencer public API header file
Alexander Strange
astrange at ithinksw.com
Mon Jul 12 07:33:14 CEST 2010
On Jul 10, 2010, at 9:36 AM, Sebastian Vater wrote:
>
> --
>
> Best regards,
> :-) Basty/CDGS (-:
>
>
> diff --git a/libavsequencer/avsequencer.h b/libavsequencer/avsequencer.h
> new file mode 100644
> index 0000000..fcff374
> --- /dev/null
> +++ b/libavsequencer/avsequencer.h
> [..]
> +typedef struct AVSequencerMixerContext {
> + /** Certain metadata describing this mixer, i.e. who developed
> + it (artist) and a brief description of the features
> + (comment). */
> + AVMetadata *metadata;
The first member of contexts should be AVClass, so you can use av_log with them.
More information about the FFmpeg-soc
mailing list