Commit ee1d1c4b authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avcodec/h264_metadata_bsf: Don't use unitialized value

Reviewed-by: 's avatarMark Thompson <sw@jkqxz.net>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
parent 53db591a
......@@ -528,7 +528,7 @@ static int h264_metadata_update_fragment(AVBSFContext *bsf, AVPacket *pkt,
if (pkt)
ctx->done_first_au = 1;
return err;
return 0;
}
static const CBSBSFType h264_metadata_type = {
......
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