Commit eaeb6321 authored by Timothy Gu's avatar Timothy Gu Committed by Michael Niedermayer

nutdec: Remove unused label

Added in 36170266. Modified version that
doesn't use this label merged in 55231323,
thus obsoleting this label.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 50d878d9
......@@ -822,10 +822,8 @@ static int nut_read_header(AVFormatContext *s)
ff_metadata_conv_ctx(s, NULL, ff_nut_metadata_conv);
end:
if (ret < 0)
nut_read_close(s);
return FFMIN(ret, 0);
return 0;
fail:
nut_read_close(s);
......
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