May 28, 2020, 17:20 by [email protected]: > TODO: Bump > > */ > #define AV_CODEC_FLAG2_FAST (1 << 0) > + > +/** > + * Allow speedups tricks which can read out of array on non compliant > streams. > + */ > +#define AV_CODEC_FLAG2_FAST_UNSAFE (1 << 1) >
That's a bug. We should absolutely not have flags to enable bugs. The fast flag should be removed from h264 until that bug is fixed, or deprecated altogether. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
