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...
 
AVBSFContext ** bsfcs
 bitstream filters to run on stream More...
 
int nb_bsfcs
 
int bitstream_checked
 Whether or not check_bitstream should still be run on each packet. More...
 
AVCodecContextavctx
 The codec context used by avformat_find_stream_info, the parser, etc. More...
 
int avctx_inited
 1 if avctx has been initialized with the values from the codec parameters More...
 
enum AVCodecID orig_codec_id
 
struct {
   AVBSFContext *   bsf
 
   AVPacket *   pkt
 
   int   inited
 
extract_extradata
 
int need_context_update
 Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar) More...
 
FFFracpriv_pts
 

Detailed Description

Definition at line 149 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 154 of file internal.h.

Referenced by init_muxer(), and prepare_input_packet().

AVBSFContext** AVStreamInternal::bsfcs

bitstream filters to run on stream

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

Definition at line 161 of file internal.h.

Referenced by dash_check_bitstream(), do_packet_auto_bsf(), ff_stream_add_bitstream_filter(), free_stream(), and seg_check_bitstream().

int AVStreamInternal::nb_bsfcs
int AVStreamInternal::bitstream_checked

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

Definition at line 167 of file internal.h.

Referenced by do_packet_auto_bsf().

AVCodecContext* AVStreamInternal::avctx
int AVStreamInternal::avctx_inited

1 if avctx has been initialized with the values from the codec parameters

Definition at line 176 of file internal.h.

Referenced by avformat_find_stream_info().

enum AVCodecID AVStreamInternal::orig_codec_id

Definition at line 178 of file internal.h.

Referenced by avformat_find_stream_info(), and avformat_open_input().

AVBSFContext* AVStreamInternal::bsf
AVPacket* AVStreamInternal::pkt
int AVStreamInternal::inited
struct { ... } AVStreamInternal::extract_extradata
int AVStreamInternal::need_context_update
FFFrac* AVStreamInternal::priv_pts

Definition at line 194 of file internal.h.

Referenced by av_stream_get_end_pts(), free_stream(), and init_pts().


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