encode: fix whitespace

This commit is contained in:
wm4 2020-03-22 13:05:50 +01:00
parent ee70e8ce50
commit b572f116da
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ static struct mux_stream *encode_lavc_add_stream(struct encode_lavc_context *ctx
// set on the AVStream.
if (info->codecpar->codec_type == AVMEDIA_TYPE_VIDEO)
dst->st->sample_aspect_ratio = info->codecpar->sample_aspect_ratio;
if (avcodec_parameters_copy(dst->st->codecpar, info->codecpar) < 0)
MP_HANDLE_OOM(0);