From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 7717743001 for ; Sun, 17 Jul 2022 13:33:16 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4A3F768B8F0; Sun, 17 Jul 2022 16:33:08 +0300 (EEST) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F328A68B845 for ; Sun, 17 Jul 2022 16:33:01 +0300 (EEST) Received: by mail-wr1-f46.google.com with SMTP id bk26so13363370wrb.11 for ; Sun, 17 Jul 2022 06:33:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=u+w10bq4TLrqHkQqJMhPoUZ+csy8jRgvzNnsPK0O95I=; b=2joJzOCWIILYyjtEP8pvRmVPcr9r8lASjvxNrFwFZSxJaoLFXHPBZo3Qy150VTGeH+ DPkvX98HZnX8MpJTt3hJE0hPgVY07rHAhSz++42q6URbYruScD99iI2DYx551AQpgBFG iXURMmWcEg2uLaC2V7qlzD6Kz3L6AOPd0dQZ3GTP5Zd3jRoIFD7YpzUFjHNd7rc6vGMH a4vkHAhqtI3zGAlKGjMSgRMyhsu+bbgcJFpVJRsbboqN5edyZl52/es/NjNmsTRRVrMh WKkb94ujgVTIVMu0+LMrQ/q5UKGXrHpqXcnOw89eJREyeGulyaKj4uGJU5XAGovNO7TZ v5fQ== X-Gm-Message-State: AJIora+K3mG5NfQizZwpfJRMZ3M+tYbmzHwYI8LEq1o2sSuqbcZF6OjT 5x2S6gWDBrKrWvWRb4pgebzU2cWjjzZWXw== X-Google-Smtp-Source: AGRyM1s8s7uRBvflRxeIfaQcFqWztJHe1KHnJ2NJeC9+ytUIii0uWBiuzL1b+S8SKgtZjowNDGFgiQ== X-Received: by 2002:a5d:6d45:0:b0:21a:2f43:cb76 with SMTP id k5-20020a5d6d45000000b0021a2f43cb76mr19879826wri.254.1658064781195; Sun, 17 Jul 2022 06:33:01 -0700 (PDT) Received: from localhost.localdomain ([84.71.185.98]) by smtp.gmail.com with ESMTPSA id p15-20020a5d68cf000000b0021d20461bbbsm8296001wrw.88.2022.07.17.06.33.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Jul 2022 06:33:00 -0700 (PDT) From: facefunk To: ffmpeg-devel@ffmpeg.org Date: Sun, 17 Jul 2022 14:32:55 +0100 Message-Id: <20220717133256.35929-2-facefunk@fcfnk.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220717133256.35929-1-facefunk@fcfnk.com> References: <20220717133256.35929-1-facefunk@fcfnk.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/2] Typos. X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: facefunk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Signed-off-by: facefunk --- libavcodec/movtextenc.c | 2 +- libavutil/opt.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/movtextenc.c b/libavcodec/movtextenc.c index 728338f2cc..40cdaa3a81 100644 --- a/libavcodec/movtextenc.c +++ b/libavcodec/movtextenc.c @@ -693,7 +693,7 @@ static const AVOption options[] = { }; static const AVClass mov_text_encoder_class = { - .class_name = "MOV text enoder", + .class_name = "MOV text encoder", .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT, diff --git a/libavutil/opt.h b/libavutil/opt.h index 461b5d3b6b..f250579b29 100644 --- a/libavutil/opt.h +++ b/libavutil/opt.h @@ -175,8 +175,8 @@ * above, put the following into the child_opts array: * @code * { "test_flags", "This is a test option of flags type.", - * offsetof(child_struct, flags_opt), AV_OPT_TYPE_FLAGS, { .i64 = 0 }, INT_MIN, INT_MAX, "test_unit" }, - * { "flag1", "This is a flag with value 16", 0, AV_OPT_TYPE_CONST, { .i64 = 16 }, 0, 0, "test_unit" }, + * offsetof(child_struct, flags_opt), AV_OPT_TYPE_FLAGS, { .i64 = 0 }, .unit = "test_unit" }, + * { "flag1", "This is a flag with value 16", 0, AV_OPT_TYPE_CONST, { .i64 = 16 }, .unit = "test_unit" }, * @endcode * * @section avoptions_use Using AVOptions -- 2.25.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".