Libav
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...
 
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
 

Detailed Description

Definition at line 99 of file internal.h.

Field Documentation

◆ reorder

int AVStreamInternal::reorder

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

Definition at line 104 of file internal.h.

Referenced by init_muxer(), and prepare_input_packet().

◆ avctx

AVCodecContext* AVStreamInternal::avctx

◆ avctx_inited

int AVStreamInternal::avctx_inited

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

Definition at line 112 of file internal.h.

Referenced by avformat_find_stream_info().

◆ orig_codec_id

enum AVCodecID AVStreamInternal::orig_codec_id

Definition at line 114 of file internal.h.

Referenced by avformat_find_stream_info(), and avformat_open_input().


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