提交 f7191cca 编写于 作者: N Nicolas George

lavfi: remove stray semicolons.

Hopefully fix compilation with suncc.
上级 f31bac59
......@@ -103,7 +103,7 @@ static av_cold int query_formats(AVFilterContext *ctx)
static double white_filter(double white, double *buf)
{
return white;
};
}
static double pink_filter(double white, double *buf)
{
......
......@@ -186,20 +186,20 @@ type av_buffersink_get_##field(const AVFilterContext *ctx) { \
return ctx->inputs[0]->field; \
}
MAKE_AVFILTERLINK_ACCESSOR(enum AVMediaType , type );
MAKE_AVFILTERLINK_ACCESSOR(AVRational , time_base );
MAKE_AVFILTERLINK_ACCESSOR(int , format );
MAKE_AVFILTERLINK_ACCESSOR(enum AVMediaType , type )
MAKE_AVFILTERLINK_ACCESSOR(AVRational , time_base )
MAKE_AVFILTERLINK_ACCESSOR(int , format )
MAKE_AVFILTERLINK_ACCESSOR(AVRational , frame_rate );
MAKE_AVFILTERLINK_ACCESSOR(int , w );
MAKE_AVFILTERLINK_ACCESSOR(int , h );
MAKE_AVFILTERLINK_ACCESSOR(AVRational , sample_aspect_ratio);
MAKE_AVFILTERLINK_ACCESSOR(AVRational , frame_rate )
MAKE_AVFILTERLINK_ACCESSOR(int , w )
MAKE_AVFILTERLINK_ACCESSOR(int , h )
MAKE_AVFILTERLINK_ACCESSOR(AVRational , sample_aspect_ratio)
MAKE_AVFILTERLINK_ACCESSOR(int , channels );
MAKE_AVFILTERLINK_ACCESSOR(uint64_t , channel_layout );
MAKE_AVFILTERLINK_ACCESSOR(int , sample_rate );
MAKE_AVFILTERLINK_ACCESSOR(int , channels )
MAKE_AVFILTERLINK_ACCESSOR(uint64_t , channel_layout )
MAKE_AVFILTERLINK_ACCESSOR(int , sample_rate )
MAKE_AVFILTERLINK_ACCESSOR(AVBufferRef * , hw_frames_ctx );
MAKE_AVFILTERLINK_ACCESSOR(AVBufferRef * , hw_frames_ctx )
static av_cold int vsink_init(AVFilterContext *ctx, void *opaque)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册