[FFmpeg-devel] [PATCH 2/3] timecode: add ff_timecode_to_string().
Michael Niedermayer
michaelni at gmx.at
Tue Dec 6 19:57:08 CET 2011
On Tue, Dec 06, 2011 at 11:37:38AM +0100, Clément Bœsch wrote:
> From: Clément Bœsch <clement.boesch at smartjog.com>
>
> ---
> libavcodec/timecode.c | 16 ++++++++++++++++
> libavcodec/timecode.h | 11 +++++++++++
> 2 files changed, 27 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/timecode.c b/libavcodec/timecode.c
> index 4148f32..4bfb529 100644
> --- a/libavcodec/timecode.c
> +++ b/libavcodec/timecode.c
> @@ -78,6 +78,22 @@ static int ff_check_timecode_rate(void *avcl, AVRational rate, int drop)
> }
> }
>
> +char *ff_timecode_to_string(char *buf, const struct ff_timecode *tc, unsigned frame)
if this is supposed to be used in other libs than libavcodec then it
needs a prefix listed in libavcodec.v
like avpriv_
otherwise ive no further comments to this patch
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
There will always be a question for which you do not know the correct awnser.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111206/ce01c863/attachment.asc>
More information about the ffmpeg-devel
mailing list