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 71CDE447C4 for ; Sun, 25 Sep 2022 00:16:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 522B168BC3F; Sun, 25 Sep 2022 03:12:19 +0300 (EEST) Received: from mail-ej1-f49.google.com (mail-ej1-f49.google.com [209.85.218.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AFED168BC21 for ; Sun, 25 Sep 2022 03:12:14 +0300 (EEST) Received: by mail-ej1-f49.google.com with SMTP id hy2so7413007ejc.8 for ; Sat, 24 Sep 2022 17:12:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=A/3zkNYt5vyU69CgWmHEVu/hF9bATqzH2QPUbAgymUw=; b=IAlFCu3aaxjE5rg1CMmLxziWO6bbQ0DyBdsjhGEobb1dlPQxUU9k4nix7H50mVCY4O P74lTOjV8Qp6wcEkDStr1IBE00LUASHkDQppVsM/Bllh3CgjSooOMUI+VVBwzbTGBl0d e3YWY9q1tuD0UKCuMLy5Kp61sN39wBSUFKR9oD5imA5yTXRC4o0y8fcd1qzigLUMr+aQ XRpi60TPgw+8YTNFKcS8TRWB3uzNynCCjplDfOwbjA/IgCR+X4dT+XpQa+xYSD+/ZmWu Oxygi+r3cPxVrK5koL5qviN+xVV8kT1+c+HPvhInL1ZzqJyuiZ6ZWv24H/KN9WW7qbl7 jjYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=A/3zkNYt5vyU69CgWmHEVu/hF9bATqzH2QPUbAgymUw=; b=lCUcsblDBZCGfRpzdmnd+DhlDemCoYYniKcGrkocuTFLkeojdRRUBr3vIinb8DNRdO 8WRBQGczIXA0t13KMLfxShQJ7JSXgVKb6WLqQx3gOwP1aJkOyryldNHAQozKTKmrS9Vw 3JwqTGpJW5bYWgA2OlXxJBjjrh5ncblhtuqsPNJPJreYGLfzK/j+wLwfmsYjDhn4hTHW GuBD+Yxr+6j9KE8Zo2pN5mZSN56Orhg0V2DmYXU8bK/7KOMfqjSlB8Oo5loxRmpOSrMc O5kzA//PqBPMdeEsqvfaNCdJ/9MuyU6W664tLUeZmTi4xTQqAXgOvOLNhK/Zr5XBBG2f 50Cw== X-Gm-Message-State: ACrzQf1lvjBy0mg8+vqfPzEgVWj2pu+DPsAIVpNAdXYLRDA/TRyrt5z5 qto56y7Uh6Jxc01WJD9tKfS/IC3r0Bc= X-Google-Smtp-Source: AMsMyM77DoyHQ97pV2uj9zFHzh1HCJpDHhsmD5WBCddSV1BqTtE60/Fu9wUC3MYSIbDOT57j3tiPvg== X-Received: by 2002:a17:907:e89:b0:783:1642:d09 with SMTP id ho9-20020a1709070e8900b0078316420d09mr2464614ejc.535.1664064733875; Sat, 24 Sep 2022 17:12:13 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id kz3-20020a17090777c300b007812ba2a360sm6208042ejc.149.2022.09.24.17.12.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:12:13 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:11:01 +0200 Message-Id: <20220925001121.37721-35-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220925001121.37721-1-epirat07@gmail.com> References: <20220922020400.46715-1-epirat07@gmail.com> <20220925001121.37721-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 34/54] avformat/avio: Add doxy for missing argument 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: Marvin Scholz 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: --- libavformat/avio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/avio.h b/libavformat/avio.h index 36c3d7b430..216cc2391e 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -464,6 +464,7 @@ int avio_put_str16be(AVIOContext *s, const char *str); * * Zero-length ranges are omitted from the output. * + * @param s the AVIOContext * @param time the stream time the current bytestream pos corresponds to * (in AV_TIME_BASE units), or AV_NOPTS_VALUE if unknown or not * applicable -- 2.37.0 (Apple Git-136) _______________________________________________ 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".