Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9131035
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:04:28+00:00 2026-06-17T08:04:28+00:00

Is the avio_set_interrupt_cb deprecated in the new ffmpeg release? What is the substitute?

  • 0

Is the avio_set_interrupt_cb deprecated in the new ffmpeg release?
What is the substitute?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:04:29+00:00Added an answer on June 17, 2026 at 8:04 am

    I found the answer myself. Here is how it’s done

    You define the call back

    int decode_interrupt_cb(void * ctx) {
        return isQuit;
    }
    

    Make a call back struct

    const AVIOInterruptCB int_cb = { decode_interrupt_cb, NULL };
    

    Assign it to you AVFormatContext‘s interrupt_callback before any file reading

    pFormatCtx->interrupt_callback = int_cb;
    

    if you open file with ‘avio_open2’, use it like this:

    int errCode = avio_open2(&pFormatCtx->pb, filename, AVIO_FLAG_READ, &pFormatCtx->interrupt_callback, NULL);
    

    Hope someone find it helpful.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I changed ffmpeg.c according following link: http://www.roman10.net/how-to-port-ffmpeg-the-program-to-androidideas-and-thoughts/ He said the change main () to
I have written a Python C module (just ffmpeg.c which depends on some FFmpeg
i am trying to convert raw PCM into mp4 using ffmpeg ported for android.I
I want to make m3u8-segmenter for Http Live Stream: https://github.com/johnf/m3u8-segmenter There are errors when
I have this bash script here #!/bin/bash find /Users/ -name *.mov -o -name *.flv
In controller I'm getting array of news from web-service $news = json_decode(@file_get_contents($submenu), true); and
I have a command that looks through all my sub folders for files, however
I'm using Task in c# to send file via FTP in multithread. here is
i want to convert an avi file to 3gp using java program. For this
I want to use the RTP data structures (e.g. RTPMuxContext in libavformat/rtpenc.h) provided by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.