|
vdr-plugin-softhddevice-drm-gles 1.5.9-20e15de
|
H264 parser header file. More...
#include <libavcodec/avcodec.h>Go to the source code of this file.
Classes | |
| class | cH264Parser |
| cH264Parser - H264 Parser class More... | |
Enumerations | |
| enum | NalUnitTypes { NALU_TYPE_NON_IDR = (1 << 0) , NALU_TYPE_IDR = (1 << 1) , NALU_TYPE_SEI = (1 << 2) , NALU_TYPE_SPS = (1 << 3) , NALU_TYPE_PPS = (1 << 4) , NALU_TYPE_AUD = (1 << 5) } |
H264 parser header file.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file h264parser.h.
| enum NalUnitTypes |
| Enumerator | |
|---|---|
| NALU_TYPE_NON_IDR | |
| NALU_TYPE_IDR | |
| NALU_TYPE_SEI | |
| NALU_TYPE_SPS | |
| NALU_TYPE_PPS | |
| NALU_TYPE_AUD | |
Definition at line 27 of file h264parser.h.