pipewire/spa/include/spa/param/video/encoded.h
Barnabás Pőcze 934ab3036e treewide: use SPDX tags to specify copyright information
SPDX tags make the licensing information easy to understand and clear,
and they are machine parseable.

See https://spdx.dev for more information.
2023-02-16 10:54:48 +00:00

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 */