25개 이상의 토픽을 선택하실 수 없습니다. 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);