[FFmpeg-devel] [PATCH 3/5] lavf: add av_ prefix to find_info_tag
Michael Niedermayer
michaelni
Sun Feb 6 15:49:25 CET 2011
On Sun, Feb 06, 2011 at 03:46:48PM +0100, Anton Khirnov wrote:
[...]
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -1518,13 +1518,17 @@ int64_t ffm_read_write_index(int fd);
> int ffm_write_write_index(int fd, int64_t pos);
> void ffm_set_write_index(AVFormatContext *s, int64_t pos, int64_t file_size);
>
> +#if FF_API_FIND_INFO_TAG
> +attribute_deprecated int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
> +#endif
> +
> /**
> * Attempt to find a specific tag in a URL.
> *
> * syntax: '?tag1=val1&tag2=val2...'. Little URL decoding is done.
> * Return 1 if found.
> */
> -int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
> +int av_find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
>
> /**
> * Return in 'buf' the path with '%d' replaced by a number.
This doesnt belong on libavformat IMHO
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The real ebay dictionary, page 2
"100% positive feedback" - "All either got their money back or didnt complain"
"Best seller ever, very honest" - "Seller refunded buyer after failed scam"
-------------- 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/20110206/96daff03/attachment.pgp>
More information about the ffmpeg-devel
mailing list