audio-dsp: use type-info to get channel names

This commit is contained in:
Wim Taymans 2018-10-02 10:17:12 +02:00
parent eb765b26b3
commit 3d36755c4f
4 changed files with 8 additions and 47 deletions

View file

@ -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" {

View file

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

View file

@ -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" {