From patchwork Tue Aug 13 02:47:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 14466 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 11BB3447E79 for ; Tue, 13 Aug 2019 05:48:59 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id ECE6D68AC1D; Tue, 13 Aug 2019 05:48:58 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A9EF568AC05 for ; Tue, 13 Aug 2019 05:48:50 +0300 (EEST) Received: by mail-wr1-f66.google.com with SMTP id j16so4065880wrr.8 for ; Mon, 12 Aug 2019 19:48:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=feWMtFDEmTh3/2hAOxEc+Zvx4JTOj6hmoh7UL1s/F/0=; b=ThyL53/lNtq9WJgXVqfuS7bO0ViJUh324GBs/QOPaWQwuGuVGqxuh9d87BFd5OzZd1 xPn5GUU5DxfIRW5el11ixrhCPbxfPAWs1mofHDonBQbORUXEHt2z95E4ceCGNAdgcP1t 9pbhsSBiXRxvH8rBftUP5sO99U7gxDBLncORJq/yZf9GowE7lm+sdnISaq1nsulkHeqT oUu6nPQ5xrvt14kMBJ6Y3xmivmt1mJGW+0V8kCUhXlhi4fF2n6EDA9ei0wD0T1hOObZi sZRk/FRdPVuCCeRB3NXRt3RUowcBWYwOwFMpYiFVbxQTGppg5IpnuMXv9HyoNJX/eHa+ 4syQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=feWMtFDEmTh3/2hAOxEc+Zvx4JTOj6hmoh7UL1s/F/0=; b=W+pdmpMMXc7v6J5DnaLYiqcVm7tiw8e6UwVTEse34clKYwP/de4BcX7g9lFZomcSg0 OqBUC5pVSgfOkmxIIh/n6eTbl6YYL33AZ85c6uj86w2R8OWEd34EvtWrtlmujFaXf0hy SDo2TxVNx8vPFDppsiKAg9sEaWxDcK6NBO/TyWMmqd16hKNG4s1qelqSL1JOW6glCaTn IGMna2aBwZraNajcJt3OrbPHljiSoSWaoOeiDzOoe32sGZh6dF9vkWpVu0Xh2HGBKT+u 2NwIooorTqRkTRkV85iXmfKOOolqEd9+JBrcipVQk/vc2dzq80BzBfvHUwE8aU+4EByh Vo4g== X-Gm-Message-State: APjAAAXlQL0kPcGN8GUIVccFBuG3xeu6ZBMPjdaZ2rLKFqGTxbVZ25H9 aRX8Cn2vFMNVtsCOeNyd0R9bT1xG X-Google-Smtp-Source: APXvYqz9qbKmjOt/VDSyR9npXJABJdH4vRbed0xW9UYKwjzPuL4dyxgWl5Xf9qug2dFHFlucV7tOkw== X-Received: by 2002:adf:afe7:: with SMTP id y39mr42490886wrd.350.1565664530102; Mon, 12 Aug 2019 19:48:50 -0700 (PDT) Received: from localhost.localdomain (ipbcc06ceb.dynamic.kabel-deutschland.de. [188.192.108.235]) by smtp.gmail.com with ESMTPSA id k13sm25020613wro.97.2019.08.12.19.48.49 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 12 Aug 2019 19:48:49 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Tue, 13 Aug 2019 04:47:22 +0200 Message-Id: <20190813024726.6596-9-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190813024726.6596-1-andreas.rheinhardt@gmail.com> References: <20190813024726.6596-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 09/13] avformat/mux: Don't use av_ prefix for static functions X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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: Andreas Rheinhardt Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Andreas Rheinhardt --- libavformat/mux.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index efe2e94f40..5b67a793ac 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -1330,8 +1330,8 @@ int ff_write_chained(AVFormatContext *dst, int dst_stream, AVPacket *pkt, return ret; } -static int av_write_uncoded_frame_internal(AVFormatContext *s, int stream_index, - AVFrame *frame, int interleaved) +static int write_uncoded_frame_internal(AVFormatContext *s, int stream_index, + AVFrame *frame, int interleaved) { AVPacket pkt, *pktp; @@ -1360,13 +1360,13 @@ static int av_write_uncoded_frame_internal(AVFormatContext *s, int stream_index, int av_write_uncoded_frame(AVFormatContext *s, int stream_index, AVFrame *frame) { - return av_write_uncoded_frame_internal(s, stream_index, frame, 0); + return write_uncoded_frame_internal(s, stream_index, frame, 0); } int av_interleaved_write_uncoded_frame(AVFormatContext *s, int stream_index, AVFrame *frame) { - return av_write_uncoded_frame_internal(s, stream_index, frame, 1); + return write_uncoded_frame_internal(s, stream_index, frame, 1); } int av_write_uncoded_frame_query(AVFormatContext *s, int stream_index)