On Wed, Aug 31, 2016 at 02:35:46PM +0300, Erkki Seppälä wrote: > It has the codec id AV_CODEC_ID_META and type of AVMEDIA_TYPE_DATA. > > This codec basically passes the data forward and is used for referring > timed meta data tracks by a codec. It is useful for dealing with the > metadata in a similar way as other kinds of codecs. > > Signed-off-by: Erkki Seppälä <erkki.seppala....@nokia.com> > Signed-off-by: OZOPlayer <oz...@nokia.com> > --- > configure | 4 +-- > libavcodec/Makefile | 2 +- > libavcodec/allcodecs.c | 3 ++ > libavcodec/avcodec.h | 2 +- > libavcodec/codec_desc.c | 8 +++++ > libavcodec/metacodec.c | 95 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 110 insertions(+), 4 deletions(-) > create mode 100644 libavcodec/metacodec.c
[...] > diff --git a/libavcodec/metacodec.c b/libavcodec/metacodec.c > new file mode 100644 > index 0000000..bd8013c > --- /dev/null > +++ b/libavcodec/metacodec.c this causes a compiler warning: libavcodec/metacodec.c: In function ‘meta_encode’: libavcodec/metacodec.c:41:21: warning: assignment from incompatible pointer type [enabled by default] [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB When the tyrant has disposed of foreign enemies by conquest or treaty, and there is nothing more to fear from them, then he is always stirring up some war or other, in order that the people may require a leader. -- Plato
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel