You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
nutdec: Remove unused label
Added in361702660d
. Modified version that doesn't use this label merged in55231323b0
, thus obsoleting this label. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
50d878d930
commit
eaeb632198
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user