]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
decklink: Remove unneeded spaces in initializers
[ffmpeg] / ffmpeg.c
index b29be1ebd55afa201fb7078e1f233a03bdac59d1..1367920b50db101c098015b23cc59cc83b096953 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3019,6 +3019,7 @@ static int transcode_init(void)
                 enc_ctx->width              = dec_ctx->width;
                 enc_ctx->height             = dec_ctx->height;
                 enc_ctx->has_b_frames       = dec_ctx->has_b_frames;
+                enc_ctx->profile            = dec_ctx->profile;
                 if (ost->frame_aspect_ratio.num) { // overridden by the -aspect cli option
                     sar =
                         av_mul_q(ost->frame_aspect_ratio,