]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg_opt.c
lavu: add an API function to return the FFmpeg version string
[ffmpeg] / ffmpeg_opt.c
index f7f65535d2021407caf3ae525aa42376502f5256..5c2bd488696904f64c0ae45f4afa9a4a9f97a678 100644 (file)
@@ -1204,6 +1204,7 @@ static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, e
         uint32_t tag = strtol(codec_tag, &next, 0);
         if (*next)
             tag = AV_RL32(codec_tag);
+        ost->st->codec->codec_tag =
         ost->enc_ctx->codec_tag = tag;
     }