Mark Thompson:
> + // If an AUD is present, it must be the first NAL unit.
> + if (au->units[0].type == H264_NAL_AUD) {
> + if (ctx->aud == REMOVE)
> + ff_cbs_delete_unit(ctx->cbc, au, 0);
> + } else {
> + if (ctx->aud == INSERT)
> + h264_metadata_insert_aud(bsf, au);
Why is this unchecked?
- Andreas
PS: More detailled review comes later.
_______________________________________________
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".