Paul B Mahol: > +/** > + * @file smcenc.c > + * QT SMC Video Encoder by Paul B. Mahol > + */ > + > +#include "libavutil/avassert.h"
This file does not use any av_assert > +#include "libavutil/common.h" > + > +#include "avcodec.h" > +#include "encode.h" > +#include "internal.h" > +#include "bytestream.h" > + - Andreas _______________________________________________ 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".
