| ... | ... |
@@ -285,7 +285,7 @@ static void filter_samples(AVFilterLink *inlink, AVFilterBufferRef *insamples) |
| 285 | 285 |
|
| 286 | 286 |
AVFilter avfilter_af_pan = {
|
| 287 | 287 |
.name = "pan", |
| 288 |
- .description = NULL_IF_CONFIG_SMALL("Remix channels with coefficients (panning)"),
|
|
| 288 |
+ .description = NULL_IF_CONFIG_SMALL("Remix channels with coefficients (panning)."),
|
|
| 289 | 289 |
.priv_size = sizeof(PanContext), |
| 290 | 290 |
.init = init, |
| 291 | 291 |
.query_formats = query_formats, |
| ... | ... |
@@ -278,7 +278,7 @@ static void end_frame(AVFilterLink *inlink) |
| 278 | 278 |
|
| 279 | 279 |
AVFilter avfilter_vf_fade = {
|
| 280 | 280 |
.name = "fade", |
| 281 |
- .description = NULL_IF_CONFIG_SMALL("Fade in/out input video"),
|
|
| 281 |
+ .description = NULL_IF_CONFIG_SMALL("Fade in/out input video."),
|
|
| 282 | 282 |
.init = init, |
| 283 | 283 |
.uninit = uninit, |
| 284 | 284 |
.priv_size = sizeof(FadeContext), |
| ... | ... |
@@ -396,7 +396,7 @@ static void null_draw_slice(AVFilterLink *link, int y, int h, int slice_dir) { }
|
| 396 | 396 |
|
| 397 | 397 |
AVFilter avfilter_vf_yadif = {
|
| 398 | 398 |
.name = "yadif", |
| 399 |
- .description = NULL_IF_CONFIG_SMALL("Deinterlace the input image"),
|
|
| 399 |
+ .description = NULL_IF_CONFIG_SMALL("Deinterlace the input image."),
|
|
| 400 | 400 |
|
| 401 | 401 |
.priv_size = sizeof(YADIFContext), |
| 402 | 402 |
.init = init, |
| ... | ... |
@@ -156,7 +156,7 @@ static int color_request_frame(AVFilterLink *link) |
| 156 | 156 |
|
| 157 | 157 |
AVFilter avfilter_vsrc_color = {
|
| 158 | 158 |
.name = "color", |
| 159 |
- .description = NULL_IF_CONFIG_SMALL("Provide an uniformly colored input, syntax is: [color[:size[:rate]]]"),
|
|
| 159 |
+ .description = NULL_IF_CONFIG_SMALL("Provide an uniformly colored input, syntax is: [color[:size[:rate]]]."),
|
|
| 160 | 160 |
|
| 161 | 161 |
.priv_size = sizeof(ColorContext), |
| 162 | 162 |
.init = color_init, |
| ... | ... |
@@ -411,7 +411,7 @@ static int request_frame(AVFilterLink *link) |
| 411 | 411 |
|
| 412 | 412 |
AVFilter avfilter_vsrc_mandelbrot = {
|
| 413 | 413 |
.name = "mandelbrot", |
| 414 |
- .description = NULL_IF_CONFIG_SMALL("Mandelbrot fractal renderer"),
|
|
| 414 |
+ .description = NULL_IF_CONFIG_SMALL("Mandelbrot fractal renderer."),
|
|
| 415 | 415 |
|
| 416 | 416 |
.priv_size = sizeof(MBContext), |
| 417 | 417 |
.init = init, |