[FFmpeg-devel] [PATCH 4/5] metadata: deprecate old conversion API
Michael Niedermayer
michaelni
Sun Oct 3 21:59:24 CEST 2010
On Sun, Oct 03, 2010 at 09:14:25PM +0200, Anton Khirnov wrote:
[...]
> @@ -457,7 +459,9 @@ typedef struct AVInputFormat {
> */
> int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
>
> - const AVMetadataConv *metadata_conv;
> +#if FF_API_OLD_METADATA
> + attribute_deprecated const AVMetadataConv *metadata_conv;
> +#endif
>
> /* private fields */
> struct AVInputFormat *next;
if you remove it from AVInputFormat then you should remove it from
AVOutputFormat too
otherwise the API will be really messy
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101003/c2c75b8e/attachment.pgp>
More information about the ffmpeg-devel
mailing list