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 1FF6445C8D for ; Sun, 2 Apr 2023 18:05:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B8E7A68BECD; Sun, 2 Apr 2023 21:05:55 +0300 (EEST) Received: from mail-ed1-f44.google.com (unknown [209.85.208.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1417068B274 for ; Sun, 2 Apr 2023 21:05:49 +0300 (EEST) Received: by mail-ed1-f44.google.com with SMTP id ek18so108879791edb.6 for ; Sun, 02 Apr 2023 11:05:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680458737; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=GAkBHNv5+E+MD4m2Q+fynTsjReCkEE/dJ3O4TTdVozg=; b=Fwr5r2nW5ceqzII84K1Hr2+NDHEtL/hoXu177ue6Vzax36yav+HAoarVNhaCi1C3qu oe+mkqr2PVwwbfJxGx+esSphg/fLlrRZxDZ1R5aAVuloXMc/O4KxFcLIGwIRLJXP/LNo rCyrIj6fAFPooPfAbAa62raSuY2tPiCNelx8jfQqL3idCaebZTxhJc6W+ADkHGwWideX yic4vr6yErLfo4pfkICf4FfT3s5dP1tWwb92O9FJmdCaqPLHFSLdPkCjQXGwlNKLQpJq YsCaAHpa/6H+/0VsbUypi8LjgHT7SFZeK7h6pDWbvKxmVKbOFtUOmyOAcZoL5yWQokcp vyFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680458737; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=GAkBHNv5+E+MD4m2Q+fynTsjReCkEE/dJ3O4TTdVozg=; b=7AtqZ+x8LXq/B+5Q6NWU5abzhowJwY7J+sLUhF/vBfZQjijJbn/7TqVjOgflutGDQc mI2vb/viURhRRucVmImNDbrGPGs9ySnhs3PBJomHlQPMms8MIqItmHtEB6wSB8Ki+m5w rRcdxRGTz4NUmShH93FqxREBCCof0Rq+Qqd+kV0NwQHGXQ0lVwREA9iu1Ud9IsG02zuw 7Swq93s/5cU2gjSxKss/wH1wBoRSo5zzCvX69bImRC0pM2JU7pTSOTrS12ynu2+7Fnzr qJfVLap/1Wd6pU7ilHTJUy+IdP1ZtvG5S/4fjtaQOF9589rh+219QznCUz5J8Gcgb0TY WKqA== X-Gm-Message-State: AAQBX9diLe2iL6++G5YSq2ceRiYsvLDwmUemu2+or4s0LoArSaXODFVu AO7wCThkc+j/LXmOG4XeGdNY0Q/b5nQ= X-Google-Smtp-Source: AKy350Z52nUr6LVXG/tXZHc0YU/Z8ZgY2p51S1os2R8hMitxbS2qD6y+24aqOOOQSMj47sfHAsLeXw== X-Received: by 2002:a17:907:7b8d:b0:946:c265:7931 with SMTP id ne13-20020a1709077b8d00b00946c2657931mr26762320ejc.59.1680458737223; Sun, 02 Apr 2023 11:05:37 -0700 (PDT) Received: from mariano (dynamic-adsl-62-10-98-143.clienti.tiscali.it. [62.10.98.143]) by smtp.gmail.com with ESMTPSA id n13-20020a170906688d00b0093210cf625bsm3451555ejr.187.2023.04.02.11.05.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 02 Apr 2023 11:05:36 -0700 (PDT) Received: by mariano (Postfix, from userid 1000) id 31F9DBFB73; Sun, 2 Apr 2023 20:05:35 +0200 (CEST) From: Stefano Sabatini To: FFmpeg development discussions and patches Date: Sun, 2 Apr 2023 20:05:35 +0200 Message-Id: <20230402180535.43550-1-stefasab@gmail.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] libavcodec/avcodec.h: fix typos in AVCodecContext.pkt_timebase description 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: Stefano Sabatini 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: --- libavcodec/avcodec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 1e91b9cb53..dec5e40eac 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1781,9 +1781,9 @@ typedef struct AVCodecContext { enum AVPixelFormat sw_pix_fmt; /** - * Timebase in which pkt_dts/pts and AVPacket.dts/pts are. - * - encoding unused. - * - decoding set by user. + * Timebase in which pkt_dts/pts and AVPacket.dts/pts are expressed. + * - encoding: unused. + * - decoding: set by user. */ AVRational pkt_timebase; -- 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".