1 #ifndef codec_HEADER_GUARD
2 #define codec_HEADER_GUARD
63 static const unsigned none =0;
64 static const unsigned sps =7;
65 static const unsigned pps =8;
66 static const unsigned i =5;
67 static const unsigned pb =1;
73 short unsigned slice_type;
75 inline std::ostream &operator<<(std::ostream &os,
H264Pars const &m) {
76 return os <<
"H264: slice_type="<<m.slice_type;
86 inline std::ostream &operator<<(std::ostream &os,
SetupPars const &m) {
87 return os <<
"Setup: mediatype="<< int(m.mediatype) <<
" codec="<< int(m.codec);
MediaType
Outdated.
Definition: codec.h:40
Codec
Outdated.
Definition: codec.h:49
Various H264 frame types.
Definition: codec.h:62
H264Pars()
< H264 parameters
Definition: codec.h:72
SetupPars()
< Setup parameters for decoders and muxers (outdated)
Definition: codec.h:82