webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/common_video/h264/h264_bitstream_parser.h"
#include <memory>
#include <vector>
#include "webrtc/base/bitbuffer.h"
#include "webrtc/base/bytebuffer.h"
#include "webrtc/base/checks.h"
#include "webrtc/common_video/h264/h264_common.h"
#include "webrtc/base/logging.h"
Namespaces | |
webrtc | |
Macros | |
#define | RETURN_ON_FAIL(x, res) |
#define | RETURN_INV_ON_FAIL(x) RETURN_ON_FAIL(x, kInvalidStream) |
#define RETURN_INV_ON_FAIL | ( | x | ) | RETURN_ON_FAIL(x, kInvalidStream) |