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 8B45E460EC for ; Mon, 5 Jun 2023 10:05:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D991368C3ED; Mon, 5 Jun 2023 13:05:39 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 41C6668C3C5 for ; Mon, 5 Jun 2023 13:05:33 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 0B9CC2404EC; Mon, 5 Jun 2023 12:05:33 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id BYfoVoBCUmVq; Mon, 5 Jun 2023 12:05:32 +0200 (CEST) Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 503B8240177; Mon, 5 Jun 2023 12:05:32 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id 42E7C1601B2; Mon, 5 Jun 2023 12:05:32 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20230501114456.13898-3-epirat07@gmail.com> References: <20230501114456.13898-1-epirat07@gmail.com> <20230501114456.13898-3-epirat07@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches , Marvin Scholz Date: Mon, 05 Jun 2023 12:05:32 +0200 Message-ID: <168595953224.3843.11383068687026739305@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 3/3] avutil/dict: constify av_dict_get return 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: Quoting Marvin Scholz (2023-05-01 13:44:56) > --- > doc/examples/qsv_transcode.c | 2 +- > libavcodec/libaomenc.c | 2 +- > libavcodec/libkvazaar.c | 2 +- > libavcodec/libsvtav1.c | 2 +- > libavcodec/libvpxenc.c | 2 +- > libavcodec/libx264.c | 2 +- > libavcodec/libx265.c | 2 +- > libavcodec/mjpegdec.c | 2 +- > libavcodec/qsvenc.c | 2 +- > libavfilter/avfilter.c | 2 +- > libavfilter/f_bench.c | 2 +- > libavfilter/f_drawgraph.c | 2 +- > libavfilter/f_select.c | 4 +-- > libavfilter/vf_cover_rect.c | 2 +- > libavfilter/vf_drawtext.c | 2 +- > libavformat/aiffenc.c | 2 +- > libavformat/argo_asf.c | 2 +- > libavformat/asfenc.c | 6 ++-- > libavformat/au.c | 2 +- > libavformat/avformat.h | 2 +- > libavformat/avidec.c | 2 +- > libavformat/avienc.c | 2 +- > libavformat/avio.c | 4 +-- > libavformat/dashenc.c | 6 ++-- > libavformat/dvenc.c | 2 +- > libavformat/flacdec.c | 2 +- > libavformat/flacenc.c | 6 ++-- > libavformat/flvdec.c | 2 +- > libavformat/gxfenc.c | 2 +- > libavformat/http.c | 8 +++--- > libavformat/id3v2.c | 6 ++-- > libavformat/id3v2enc.c | 2 +- > libavformat/imfdec.c | 2 +- > libavformat/matroskadec.c | 2 +- > libavformat/mov.c | 6 ++-- > libavformat/movenc.c | 46 +++++++++++++++--------------- > libavformat/mp3enc.c | 6 ++-- > libavformat/mpegtsenc.c | 6 ++-- > libavformat/mux.c | 2 +- > libavformat/mux_utils.c | 2 +- > libavformat/mxfenc.c | 14 ++++----- > libavformat/riffenc.c | 2 +- > libavformat/rmenc.c | 2 +- > libavformat/sapenc.c | 2 +- > libavformat/sdp.c | 2 +- > libavformat/segment.c | 4 +-- > libavformat/soxenc.c | 2 +- > libavformat/tee.c | 2 +- > libavformat/ttmlenc.c | 4 +-- > libavformat/wavenc.c | 4 +-- > libavformat/webmdashenc.c | 30 +++++++++---------- > libavutil/dict.c | 9 +++++- > libavutil/dict.h | 5 ++++ > libavutil/hwcontext_cuda.c | 2 +- > libavutil/hwcontext_qsv.c | 2 +- > libavutil/hwcontext_vulkan.c | 8 +++--- > libavutil/version.h | 1 + > tests/api/api-threadmessage-test.c | 2 +- > 58 files changed, 136 insertions(+), 123 deletions(-) IMO this is an API break, and so should be postponed until the next major bump. -- Anton Khirnov _______________________________________________ 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".