[−][src]Struct ffmpeg_dev::sys::AVStreamInternal
Fields
reorder: c_intSet to 1 if the codec allows reordering, so pts can be different from dts.
bsfcs: *mut *mut AVBSFContextbitstream filters to run on stream
- encoding: Set by muxer using ff_stream_add_bitstream_filter
- decoding: unused
nb_bsfcs: c_intbitstream_checked: c_intWhether or not check_bitstream should still be run on each packet
avctx: *mut AVCodecContextThe codec context used by avformat_find_stream_info, the parser, etc.
avctx_inited: c_int1 if avctx has been initialized with the values from the codec parameters
orig_codec_id: AVCodecIDextract_extradata: AVStreamInternal__bindgen_ty_1need_context_update: c_intWhether the internal avctx needs to be updated from codecpar (after a late change to codecpar)
priv_pts: *mut FFFracTrait Implementations
impl Clone for AVStreamInternal[src]
fn clone(&self) -> AVStreamInternal[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AVStreamInternal[src]
impl Debug for AVStreamInternal[src]
Auto Trait Implementations
impl !Send for AVStreamInternal
impl !Sync for AVStreamInternal
impl Unpin for AVStreamInternal
impl UnwindSafe for AVStreamInternal
impl RefUnwindSafe for AVStreamInternal
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,