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

  • SEARCH
  • Home
  • 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 3982972
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:35:31+00:00 2026-05-20T05:35:31+00:00

Previously I used ffmpeg on windows (0.52 build I found somewhere). Now I am

  • 0

Previously I used ffmpeg on windows (0.52 build I found somewhere). Now I am porting to linux and to latest ffmpeg. So far I got 4 errors in 2 lines
On such simple line:

size = avpicture_get_size(pix_fmt, nWidth, nHeight);

I get:

  initializing argument 1 of ‘int avpicture_get_size(PixelFormat, int, int)’    C/C++ Problem

and

invalid conversion from ‘int’ to ‘PixelFormat’      C/C++ Problem

And On such simple line

 avpicture_fill((AVPicture *)picture, picture_buf, pix_fmt, nWidth, nHeight);

I get:

 initializing argument 3 of ‘int avpicture_fill(AVPicture*, uint8_t*, PixelFormat, int, int)’       C/C++ Problem

and

invalid conversion from ‘int’ to ‘PixelFormat’      C/C++ Problem

Code compiled and worked perfectly under Windows ffmpeg 0.52 but now gives such error on linux g++ on ffmpeg 0.6.1

How to fix such errors?

  • 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-05-20T05:35:31+00:00Added an answer on May 20, 2026 at 5:35 am

    PixelFormat is defined as an enum in pixfmt.h. I think that the problem is that in C++, there is no implicit conversion from an int to an enum. So, you need to explicitly convert the int to PixelFormat. Try this:

    size = avpicture_get_size(static_cast<PixelFormat>(pix_fmt), nWidth, nHeight);
    

    or you could just make pix_fmt a PixelFormat instead of an int.

    I don’t know why this worked previously, because C++ does not allow int to enum conversion without a cast. I think C does allow this though so maybe it was being compiled s C previously.

    Edit: I just saw the API change from int to enum. So that is why it compiled previously.

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

Sidebar

Related Questions

I've previously used a CookieContainer with HttpWebRequest and HttpWebResponse sessions, but now, I want
I have previously used XML based configuration for my Spring app. Now, I want
I previously used these three lines to delete a session: session_start(); session_regenerate_id(); session_destroy(); Does
I've previously used sql-oracle just fine in Xemacs on XP and vista. However, now
I've previously used jquery-ui tabs extension to load page fragments via ajax , and
I'm looking into development standards fro JavaScript. I had previously used Doulgas Crockfords Javascript
The only type of 'remote desktop' application I've used previously is VNC viewer. My
Previously, I used to use MFC collection classes such CArray and CMap . After
I was previously getting the next available autonumber used in Access by doing a
How get data from mysql database? I use ASP.NET and C#.Previously, I used LINQ

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.