Generic metadata API.
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Jan 2009 18:48:37 +0000 (18:48 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 4 Jan 2009 18:48:37 +0000 (18:48 +0000)
commit47146dfbf6bca94dd0706b4313cc5e26edaf18d4
treeba7242f58b79aadcd06267356a5fdc5b08e17130
parent045cbba92dad0728d9c277a6588a6c3e114f3917
Generic metadata API.
avi is updated as example.
No version bump, the API still might change slightly ...
No update to ffmpeg.c as requested by aurel.

Originally committed as revision 16424 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/metadata.c [new file with mode: 0644]
libavcodec/metadata.h [new file with mode: 0644]
libavformat/avformat.h
libavformat/avidec.c
libavformat/avienc.c
libavformat/utils.c