1 2 3 4 5 6 7 8 9 10 11
use crate::ffi::{AVCodecID::*, *}; use std::error::Error; use std::ffi::CString; use std::ops::{Deref, DerefMut}; use std::path::Path; #[repr(transparent)] struct AVBytesPacket(AVPacket); impl