1
0
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:
Hendrik Leppkes
2015-09-05 20:36:19 +02:00
parent 251fb7dcd4
commit d83dd630a0
5 changed files with 5 additions and 54 deletions

View File

@@ -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];