summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-03-22 13:05:50 +0100
committerwm4 <wm4@nowhere>2020-03-22 13:05:50 +0100
commitb572f116da56a6a4b2affef1a7cfff82fac54207 (patch)
tree48190f5d91d7ddb02759ae5b82127f251d1a654b
parentee70e8ce502093bd882a25db0e057993bab72d61 (diff)
downloadmpv-b572f116da56a6a4b2affef1a7cfff82fac54207.tar.bz2
mpv-b572f116da56a6a4b2affef1a7cfff82fac54207.tar.xz
encode: fix whitespace
-rw-r--r--common/encode_lavc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/encode_lavc.c b/common/encode_lavc.c
index d246fdd6b6..b106e45fa0 100644
--- a/common/encode_lavc.c
+++ b/common/encode_lavc.c
@@ -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);