From: omp803113--- via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> To: "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org> Cc: omp803113@proton.me Subject: [FFmpeg-devel] [PATCH] fftools: rename dec_init() to ff_dec_init() to avoid libbluray symbol conflict Date: Fri, 26 Sep 2025 01:58:07 +0000 Message-ID: <Q90zMSzC9BApcDYWqzOO4QlHHOlf0GBu7jTaCw9Kgs7sn1fiVxwN6Wzjtqt9fC0Q90aNcnvYkRXH45o57ClGFVHazD9P4knhf_mpe9i12PI=@proton.me> (raw) >From 7b0e35b1bff76f348c907a12d5541efa88bdb012 Mon Sep 17 00:00:00 2001 From: KaluaBilla <omp803113@proton.me> Date: Fri, 26 Sep 2025 07:20:21 +0530 Subject: [PATCH] fftools: rename dec_init() to ff_dec_init() to avoid libbluray symbol conflict X-Unsent: 1 To: ffmpeg-devel@ffmpeg.org Signed-off-by: KaluaBilla <omp803113@proton.me> --- fftools/ffmpeg.h | 2 +- fftools/ffmpeg_dec.c | 2 +- fftools/ffmpeg_demux.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index c479a03..9f6488c 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -844,7 +844,7 @@ int dec_create(const OptionsContext *o, const char *arg, Scheduler *sch); * @retval ">=0" non-negative scheduler index on success * @retval "<0" an error code on failure */ -int dec_init(Decoder **pdec, Scheduler *sch, +int ff_dec_init(Decoder **pdec, Scheduler *sch, AVDictionary **dec_opts, const DecoderOpts *o, AVFrame *param_out); void dec_free(Decoder **pdec); diff --git a/fftools/ffmpeg_dec.c b/fftools/ffmpeg_dec.c index 521bd65..f85ea3b 100644 --- a/fftools/ffmpeg_dec.c +++ b/fftools/ffmpeg_dec.c @@ -1649,7 +1649,7 @@ static int dec_open(DecoderPriv *dp, AVDictionary **dec_opts, return 0; } -int dec_init(Decoder **pdec, Scheduler *sch, +int ff_dec_init(Decoder **pdec, Scheduler *sch, AVDictionary **dec_opts, const DecoderOpts *o, AVFrame *param_out) { diff --git a/fftools/ffmpeg_demux.c b/fftools/ffmpeg_demux.c index d2f0017..7667791 100644 --- a/fftools/ffmpeg_demux.c +++ b/fftools/ffmpeg_demux.c @@ -991,7 +991,7 @@ int ist_use(InputStream *ist, int decoding_needed, if (!ds->decoded_params) return AVERROR(ENOMEM); - ret = dec_init(&ist->decoder, d->sch, + ret = ff_dec_init(&ist->decoder, d->sch, &ds->decoder_opts, &ds->dec_opts, ds->decoded_params); if (ret < 0) return ret; -- 2.51.0 _______________________________________________ ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
reply other threads:[~2025-09-26 1:58 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='Q90zMSzC9BApcDYWqzOO4QlHHOlf0GBu7jTaCw9Kgs7sn1fiVxwN6Wzjtqt9fC0Q90aNcnvYkRXH45o57ClGFVHazD9P4knhf_mpe9i12PI=@proton.me' \ --to=ffmpeg-devel@ffmpeg.org \ --cc=omp803113@proton.me \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror http://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ http://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git