[toc]
介绍H.264参数集与几种字节流格式的关系,以及in-band/out-of-band传递参数集的方式与容器格式、传输协议的关系,描述MP4格式、FLV格式处理参数集的一些兼容性问题。
| #define __ASSERT1__(x) __REPORT__(x).__ASSERT2__ | |
| #define __ASSERT2__(x) __REPORT__(x).__ASSERT1__ | |
| #define __REPORT__(x) report(#x,(x)) | |
| #define ASSERT(cond, msg) if(!(cond)) Assert(#cond,msg,__FILE__,__LINE__).__ASSERT1__ | |
| #include <iostream> | |
| struct Assert { | |
| template<class T> |
| #include "JniObject.hpp" | |
| #include <algorithm> | |
| Jni::Jni(): | |
| _java(nullptr), _env(nullptr) | |
| { | |
| } | |
| Jni::Jni(const Jni& other) |