Quoting Luca Barbato (2016-04-18 20:55:24) > On 18/04/16 20:51, Anton Khirnov wrote: > > I don't like this. We already have av_assert for exactly this purpose. > > I do not like av_assert0 and I want an easy way to enable/disable the > assert()s.
What exactly is wrong with av_assert0? It is exists exactly for this purpose. Besides, I don't see why would one every need to disable asserts. IMO they should always be enabled. Disabled code tends to rot. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
