MT#56493 fix compiler warning

The "done" label is also used when the output is already open and
established, therefore the log message should go above it.

Change-Id: Iceb218a8cffeb42de302324374c790c46557d985
pull/1611/head
Richard Fuchs 3 years ago
parent b59ef7d838
commit b8b6e895ff

@ -281,8 +281,8 @@ got_fn:
goto err;
db_config_stream(output);
done:
ilog(LOG_INFO, "Opened output media file '%s' for writing", full_fn);
done:
if (actual_format)
*actual_format = output->actual_format;
return 0;

Loading…
Cancel
Save