Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
xlt-evil 339c93e477 first commit 1 rok temu
..
include first commit 1 rok temu
libmpeg.xcodeproj first commit 1 rok temu
source first commit 1 rok temu
test first commit 1 rok temu
Android.mk first commit 1 rok temu
Makefile first commit 1 rok temu
README.md first commit 1 rok temu
libmpeg.vcxproj first commit 1 rok temu
libmpeg.vcxproj.filters first commit 1 rok temu
version.ver first commit 1 rok temu

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