11 lines
279 B
C
11 lines
279 B
C
/* Simple Plugin API */
|
|
/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef SPA_VIDEO_ENCODED_H
|
|
#define SPA_VIDEO_ENCODED_H
|
|
|
|
#include <spa/param/video/h264.h>
|
|
#include <spa/param/video/mjpg.h>
|
|
|
|
#endif /* SPA_VIDEO_ENCODED_H */
|