FFmpeg  3.4.2
Data Fields
CUVIDEOFORMATEX Struct Reference

Video format including raw sequence header information Used in cuvidGetSourceVideoFormat API. More...

#include <compat/cuda/dynlink_nvcuvid.h>

Data Fields

CUVIDEOFORMAT format
 OUT: CUVIDEOFORMAT structure. More...
 
unsigned char raw_seqhdr_data [1024]
 OUT: Sequence header data. More...
 

Detailed Description

Video format including raw sequence header information Used in cuvidGetSourceVideoFormat API.

Definition at line 151 of file dynlink_nvcuvid.h.

Field Documentation

◆ format

CUVIDEOFORMAT CUVIDEOFORMATEX::format

OUT: CUVIDEOFORMAT structure.

Definition at line 153 of file dynlink_nvcuvid.h.

Referenced by cuvid_decode_init().

◆ raw_seqhdr_data

unsigned char CUVIDEOFORMATEX::raw_seqhdr_data[1024]

OUT: Sequence header data.

Definition at line 154 of file dynlink_nvcuvid.h.

Referenced by cuvid_decode_init().


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