This is more consistent with the terminology adopted by the aspect
filter names.
| ... | ... |
@@ -80,7 +80,7 @@ static int setdar_config_props(AVFilterLink *inlink) |
| 80 | 80 |
aspect->aspect.num * inlink->h, |
| 81 | 81 |
aspect->aspect.den * inlink->w, 100); |
| 82 | 82 |
|
| 83 |
- av_log(inlink->dst, AV_LOG_INFO, "w:%d h:%d -> dar:%d/%d par:%d/%d\n", |
|
| 83 |
+ av_log(inlink->dst, AV_LOG_INFO, "w:%d h:%d -> dar:%d/%d sar:%d/%d\n", |
|
| 84 | 84 |
inlink->w, inlink->h, dar.num, dar.den, aspect->aspect.num, aspect->aspect.den); |
| 85 | 85 |
|
| 86 | 86 |
inlink->sample_aspect_ratio = aspect->aspect; |