You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.. | ||
include | 12 months ago | |
libmpeg.xcodeproj | 12 months ago | |
source | 12 months ago | |
test | 12 months ago | |
Android.mk | 12 months ago | |
Makefile | 12 months ago | |
README.md | 12 months ago | |
libmpeg.vcxproj | 12 months ago | |
libmpeg.vcxproj.filters | 12 months ago | |
version.ver | 12 months ago |
README.md
#PS packer
#TS packer
struct mpeg_ts_func_t h;
h.alloc = ts_alloc;
h.write = ts_write;
h.free = ts_free;
void* ts = mpeg_ts_create(&h, fp);
while(1)
{
mpeg_ts_write(param, avtype, pts, dts, data, bytes);
}
mpeg_ts_destroy(ts);