Changeset afbeb494 in ffmpeg

Timestamp:
Sep 13, 2011, 8:41:08 PM (13 years ago)
Author:
Clément Bœsch <ubitux@gmail.com>
Branches:
master
Children:
3fdf519e
Parents:
e29d6db5
git-author:
Clément Bœsch <ubitux@gmail.com> (09/12/11 17:22:53)
git-committer:
Clément Bœsch <ubitux@gmail.com> (09/13/11 20:41:08)
Message:

ffprobe: replace fmt callback with str callback.

Having a string callback is much more simpler than a variable args
one for writers to deal with, especially when dealing with escaping.

This patch also introduces a local fast_asprintf() function which is
similar to av_asprintf() but avoids reallocating at each print (leading
to a performance issue).

(No files)

Note: See TracChangeset for help on using the changeset viewer.