[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec utils.c, 1.151, 1.152 avcodec.h, 1.419, 1.420 opt.c, 1.2, 1.3

Ivan Kalvachev ikalvachev
Sun Sep 11 15:18:58 CEST 2005


2005/9/11, Michael Niedermayer CVS <michael at mplayerhq.hu>:
> Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
> In directory mail:/var2/tmp/cvs-serv1327/libavcodec
> 
> Modified Files:
>         utils.c avcodec.h opt.c
> Log Message:
> AVOption API improvments
> support AVOptions for encoding in ffmpeg.c
> 

[...]

>  AVOption *av_next_option(void *obj, AVOption *last);
> -
> +int av_opt_show(void *obj, FILE *f);
> 
>  /**
>   * AVCodec.

This FILE requires #include <stdio.h>
(this was notices by g0th)





More information about the ffmpeg-cvslog mailing list