Commit 7386b4ff authored by Mark Thompson's avatar Mark Thompson

Merge commit '78fa0b90'

* commit '78fa0b90':
  h264_metadata: Always add the SEI user data to the first access unit

Mostly already present from a308872b,
one cosmetic change applied.
Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
parents 41317da3 78fa0b90
......@@ -288,7 +288,7 @@ static int h264_metadata_filter(AVBSFContext *bsf, AVPacket *out)
}
}
// Insert the SEI in access units containing SPSs, and also
// Only insert the SEI in access units containing SPSs, and also
// unconditionally in the first access unit we ever see.
if (ctx->sei_user_data && (has_sps || !ctx->sei_first_au)) {
H264RawSEIPayload payload = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment