mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-03 06:47:04 -04:00
SPDX tags make the licensing information easy to understand and clear, and they are machine parseable. See https://spdx.dev for more information.
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 */
|