FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVStreamInternal Struct Reference

#include <internal.h>

Data Fields

int reorder
 Set to 1 if the codec allows reordering, so pts can be different from dts. More...
 
AVBitStreamFilterContextbsfc
 bitstream filter to run on stream More...
 
int bitstream_checked
 Whether or not check_bitstream should still be run on each packet. More...
 

Detailed Description

Definition at line 127 of file internal.h.

Field Documentation

int AVStreamInternal::reorder

Set to 1 if the codec allows reordering, so pts can be different from dts.

Definition at line 132 of file internal.h.

Referenced by init_muxer(), and prepare_input_packet().

AVBitStreamFilterContext* AVStreamInternal::bsfc

bitstream filter to run on stream

  • encoding: Set by muxer using ff_stream_add_bitstream_filter
  • decoding: unused

Definition at line 139 of file internal.h.

Referenced by av_interleaved_write_frame(), and ff_stream_add_bitstream_filter().

int AVStreamInternal::bitstream_checked

Whether or not check_bitstream should still be run on each packet.

Definition at line 144 of file internal.h.

Referenced by av_interleaved_write_frame().


The documentation for this struct was generated from the following file: