Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
xlt-evil 339c93e477 first commit il y a 10 mois
..
include first commit il y a 10 mois
libmpeg.xcodeproj first commit il y a 10 mois
source first commit il y a 10 mois
test first commit il y a 10 mois
Android.mk first commit il y a 10 mois
Makefile first commit il y a 10 mois
README.md first commit il y a 10 mois
libmpeg.vcxproj first commit il y a 10 mois
libmpeg.vcxproj.filters first commit il y a 10 mois
version.ver first commit il y a 10 mois

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