[FFmpeg-cvslog] r11203 - in trunk: ffmpeg.c libavcodec/avcodec.h

Måns Rullgård mans
Wed Dec 12 13:04:05 CET 2007


takis wrote:
> Author: takis
> Date: Wed Dec 12 12:52:27 2007
> New Revision: 11203
>
> Log:
> Show which bitstreamfilters were compiled in, similar to the protocols etc
> enumerations.
>
>
> Modified:
>    trunk/ffmpeg.c
>    trunk/libavcodec/avcodec.h
>

> Modified: trunk/libavcodec/avcodec.h
> ==============================================================================
> --- trunk/libavcodec/avcodec.h	(original)
> +++ trunk/libavcodec/avcodec.h	Wed Dec 12 12:52:27 2007
> @@ -2827,6 +2827,7 @@ int av_bitstream_filter_filter(AVBitStre
>                                 const uint8_t *buf, int buf_size, int keyframe);
>  void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
>
> +extern AVBitStreamFilter *first_bitstream_filter;

Just as we were talking about getting rid of these exports...
And whatever happened to prefixing externally visible symbols?

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list