選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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);