mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
h264_metadata: Actually fail when sei_user_data option is invalid
This commit is contained in:
parent
2aa42fac77
commit
56912555bc
@ -345,6 +345,7 @@ static int h264_metadata_filter(AVBSFContext *bsf, AVPacket *out)
|
||||
av_log(bsf, AV_LOG_ERROR, "Invalid user data: "
|
||||
"must be \"UUID+string\".\n");
|
||||
err = AVERROR(EINVAL);
|
||||
goto fail;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user