avcodec/mlpenc: remove no more needed goto

pull/365/head
Paul B Mahol 3 years ago
parent a947098558
commit cfc491bf44
  1. 5
      libavcodec/mlpenc.c

@ -2290,14 +2290,9 @@ input_and_return:
ctx->next_major_frame_size = 0;
ctx->major_number_of_frames = ctx->next_major_number_of_frames;
ctx->next_major_number_of_frames = 0;
if (!ctx->major_frame_size)
goto no_data_left;
}
}
no_data_left:
if (!frame)
avctx->frame_number++;

Loading…
Cancel
Save