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

Update movie.cc #52

Merged
merged 1 commit into from
Dec 4, 2021
Merged

Update movie.cc #52

merged 1 commit into from
Dec 4, 2021

Conversation

citrus-lemon
Copy link
Contributor

error occur in ffmpeg 4.0

src/movie.cc:70:38: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'
src/movie.cc:94:5: warning: 'av_free_packet' is deprecated
src/movie.cc:65:22: error: use of undeclared identifier 'avcodec_alloc_frame'

error occur in ffmpeg 4.0

```
src/movie.cc:70:38: error: use of undeclared identifier 'PIX_FMT_RGB24'; did you mean 'AV_PIX_FMT_RGB24'
src/movie.cc:94:5: warning: 'av_free_packet' is deprecated
src/movie.cc:65:22: error: use of undeclared identifier 'avcodec_alloc_frame'
```
@maxsatula maxsatula mentioned this pull request Dec 3, 2021
@jart jart merged commit 5159b55 into jart:master Dec 4, 2021
@jart
Copy link
Owner

jart commented Dec 4, 2021

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants