mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
audio-dsp: use type-info to get channel names
This commit is contained in:
parent
eb765b26b3
commit
3d36755c4f
4 changed files with 8 additions and 47 deletions
|
|
@ -17,8 +17,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __SPA_AUDIO_RAW_TYPES_H__
|
||||
#define __SPA_AUDIO_RAW_TYPES_H__
|
||||
#ifndef __SPA_AUDIO_TYPES_H__
|
||||
#define __SPA_AUDIO_TYPES_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#include <spa/utils/defs.h>
|
||||
#include <spa/utils/type-info.h>
|
||||
#include <spa/param/props.h>
|
||||
#include <spa/param/format.h>
|
||||
#include <spa/node/io.h>
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __SPA_VIDEO_RAW_TYPES_H__
|
||||
#define __SPA_VIDEO_RAW_TYPES_H__
|
||||
#ifndef __SPA_VIDEO_TYPES_H__
|
||||
#define __SPA_VIDEO_TYPES_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue