Browse Source

nutdec: Remove unused label

Added in 361702660d. Modified version that
doesn't use this label merged in 55231323b0fdc84a529418d673148cf1f3157229,
thus obsoleting this label.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
Timothy Gu Michael Niedermayer 10 years ago
parent
commit
eaeb632198
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      libavformat/nutdec.c

+ 2
- 4
libavformat/nutdec.c View File

@@ -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);



Loading…
Cancel
Save