1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avfilter/formats: Update outdated comment

Forgotten in 06754f7bbf.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2021-09-27 03:24:18 +02:00
parent e1ddaf229d
commit 797fefa2e5

View File

@@ -58,7 +58,7 @@ do { \
* If check is set, nothing is modified and it is only checked whether * If check is set, nothing is modified and it is only checked whether
* the formats are compatible. * the formats are compatible.
* If empty_allowed is set and one of a,b->nb is zero, the lists are * 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) \ #define MERGE_FORMATS(a, b, fmts, nb, type, check, empty_allowed) \
do { \ do { \