diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-27 03:24:18 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-02 16:29:11 +0200 |
commit | 797fefa2e51e57b87ec5b13849465437acc75164 (patch) | |
tree | ea00f72e5b421f81725a0d829dff7ba1e4b77ee4 /libavfilter | |
parent | e1ddaf229d801bf9c1b09e46841cbba300b945b6 (diff) | |
download | ffmpeg-797fefa2e51e57b87ec5b13849465437acc75164.tar.gz |
avfilter/formats: Update outdated comment
Forgotten in 06754f7bbf341062581accc27b5cce353e99fd82.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/formats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/formats.c b/libavfilter/formats.c index 29e318aa3b..ec3b8ebd8d 100644 --- a/libavfilter/formats.c +++ b/libavfilter/formats.c @@ -58,7 +58,7 @@ do { \ * If check is set, nothing is modified and it is only checked whether * the formats are compatible. * If empty_allowed is set and one of a,b->nb is zero, the lists are - * merged; otherwise, it is treated as error. + * merged; otherwise, 0 (for nonmergeability) is returned. */ #define MERGE_FORMATS(a, b, fmts, nb, type, check, empty_allowed) \ do { \ |