Jonathan Noble (12020-01-19): > I'd gathered that, but rather than bombing out shouldn't there be a AVERROR > returned or something else to notify the user of their error, like so many > other non-optional checks in ffmpeg?
No. AVERROR codes are not for errors that can be detected statically; these need to be fixed, period. This is not specific to FFmpeg: what do you get for calling fprintf() on a NULL FILE pointer? Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ 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".