FFmpeg
|
Video format including raw sequence header information Used in cuvidGetSourceVideoFormat API. More...
#include <dynlink_nvcuvid.h>
Data Fields | |
CUVIDEOFORMAT | format |
OUT: CUVIDEOFORMAT structure. More... | |
unsigned char | raw_seqhdr_data [1024] |
OUT: Sequence header data. More... | |
Video format including raw sequence header information Used in cuvidGetSourceVideoFormat API.
Definition at line 151 of file dynlink_nvcuvid.h.
CUVIDEOFORMAT CUVIDEOFORMATEX::format |
OUT: CUVIDEOFORMAT structure.
Definition at line 153 of file dynlink_nvcuvid.h.
Referenced by cuvid_decode_init().
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().