You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft
FATE refs changed to accomodate for the new default behavior of the function. Numbers are now interpreted as a channel layout, instead of a number of channels.
This commit is contained in:
@@ -276,10 +276,6 @@ static av_always_inline av_const int avpriv_mirror(int x, int w)
|
||||
return x;
|
||||
}
|
||||
|
||||
#if FF_API_GET_CHANNEL_LAYOUT_COMPAT
|
||||
uint64_t ff_get_channel_layout(const char *name, int compat);
|
||||
#endif
|
||||
|
||||
void ff_check_pixfmt_descriptors(void);
|
||||
|
||||
extern const uint8_t ff_reverse[256];
|
||||
|
||||
Reference in New Issue
Block a user