Paul B Mahol: > +#include "libavutil/avassert.h" I don't see an assert.
> + frame->nb_samples = 1024; If this codec has a fixed number of samples per frame, you should add it to the list in get_audio_frame_duration() in libavcodec/utils.c. Haven't checked the rest. - 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".
