Quoting Marton Balint (2024-03-04 22:32:21) > > @@ -330,6 +380,14 @@ typedef struct AVOption { > > const char *str; > > /* TODO those are unused now */ > > AVRational q; > > + > > + /** > > + * Used for AV_OPT_TYPE_FLAG_ARRAY options. May be NULL. > > This contradicts with the documentation of AVOptionArrayDef above, because > there you write that default_val MUST be set.
Changed 'must' to 'may' locally. It is optional, and one of the test entries does not set it. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".