vdr-plugin-softhddevice-drm-gles 1.6.2
h264parser.h File Reference

H.264 Parser Header File. More...

#include <set>
#include <string>
#include <vector>
#include <libavcodec/avcodec.h>

Go to the source code of this file.

Classes

class  cH264Parser
 H.264 Parser. More...
 
struct  cH264Parser::RefPicMod
 

Enumerations

enum  NalUnitTypes {
  NALU_TYPE_NON_IDR = (1 << 0) , NALU_TYPE_PART_A = (1 << 1) , NALU_TYPE_PART_B = (1 << 2) , NALU_TYPE_PART_C = (1 << 3) ,
  NALU_TYPE_IDR = (1 << 4) , NALU_TYPE_SEI = (1 << 5) , NALU_TYPE_SPS = (1 << 6) , NALU_TYPE_PPS = (1 << 7) ,
  NALU_TYPE_AUD = (1 << 8)
}
 

Detailed Description

H.264 Parser Header File.

Definition in file h264parser.h.