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

channel_layout.h missing new (non-deprecated) #258

Open
SuRGeoNix opened this issue Apr 8, 2023 · 1 comment
Open

channel_layout.h missing new (non-deprecated) #258

SuRGeoNix opened this issue Apr 8, 2023 · 1 comment

Comments

@SuRGeoNix
Copy link

I wanted to access av_channel_layout_from_string and the defines, eg:-

#define AV_CHANNEL_LAYOUT_STEREO            AV_CHANNEL_LAYOUT_MASK(2,  AV_CH_LAYOUT_STEREO)
@Ruslan-B
Copy link
Owner

Ruslan-B commented Apr 8, 2023

Well known issue - I didn't implement clang macro parser to support function like macro, there is a quick fix - just to hard code this as well know function.
However, it seems to be a perfect timing to add support of function like macro.
I'll update on timeline for this.
Meanwhile I'll add temporally hardcoded versions of AV_CHANNEL_LAYOUT_MASK and AV_PIX_FMT_NE.

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

No branches or pull requests

2 participants