Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean #49

Open
yurivict opened this issue Feb 25, 2018 · 1 comment
Open

Comments

@yurivict
Copy link

src/movie.cc:70:38: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
                            buffer_, PIX_FMT_RGB24, width_, height_);
                                     ^~~~~~~~~~~~~
                                     AV_PIX_FMT_RGB24
@revmischa
Copy link

src/movie.cc:56:42: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'?
                        width_, height_, PIX_FMT_RGB24, SWS_FAST_BILINEAR,
                                         ^~~~~~~~~~~~~
                                         AV_PIX_FMT_RGB24

getting this on macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants