You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xlt-evil 339c93e477 first commit преди 10 месеца
..
include first commit преди 10 месеца
libmpeg.xcodeproj first commit преди 10 месеца
source first commit преди 10 месеца
test first commit преди 10 месеца
Android.mk first commit преди 10 месеца
Makefile first commit преди 10 месеца
README.md first commit преди 10 месеца
libmpeg.vcxproj first commit преди 10 месеца
libmpeg.vcxproj.filters first commit преди 10 месеца
version.ver first commit преди 10 месеца

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);