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