]> git.nihav.org Git - nihav-player.git/blame_incremental - nihed-cros-libva/src/bindings.rs
use NAPacketiser::attach_stream() where appropriate
[nihav-player.git] / nihed-cros-libva / src / bindings.rs
... / ...
CommitLineData
1// Copyright 2022 The ChromiumOS Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5//! This module implements the bindgen C FFI bindings for use within this crate
6
7#[allow(missing_docs, clippy::useless_transmute, clippy::too_many_arguments)]
8pub mod va;
9
10pub use va::*;