#include "MPEG2TransportStreamTrickModeFilter.hh"#include <ByteStreamFileSource.hh>Include dependency graph for MPEG2TransportStreamTrickModeFilter.cpp:

Go to the source code of this file.
Defines | |
| #define | KEEP_ORIGINAL_FRAME_RATE False |
| #define | isIFrameStart(type) ((type) == 0x81/*actually, a VSH*/ || (type) == 0x85/*actually, a SPS*//*for H.264*/) |
| #define | isNonIFrameStart(type) ((type) == 0x83 || (type) == 0x88/*for H.264*/) |
| #define isIFrameStart | ( | type | ) | ((type) == 0x81/*actually, a VSH*/ || (type) == 0x85/*actually, a SPS*//*for H.264*/) |
Definition at line 65 of file MPEG2TransportStreamTrickModeFilter.cpp.
Referenced by MPEG2TransportStreamTrickModeFilter::doGetNextFrame().
| #define isNonIFrameStart | ( | type | ) | ((type) == 0x83 || (type) == 0x88/*for H.264*/) |
Definition at line 67 of file MPEG2TransportStreamTrickModeFilter.cpp.
Referenced by MPEG2TransportStreamTrickModeFilter::doGetNextFrame().
| #define KEEP_ORIGINAL_FRAME_RATE False |
Definition at line 33 of file MPEG2TransportStreamTrickModeFilter.cpp.
Referenced by MPEG2TransportStreamTrickModeFilter::doGetNextFrame().
1.5.2