Dear everybody,
when i read source code of mpegts.c, in the function of mpegts_read_header, there are two line:
st->codec->codec_type = CODEC_TYPE_DATA;
st->codec->codec_id = CODEC_ID_MPEG2TS;
who know the function of CODEC_TYPE_DATA and CODEC_ID_MPEG2TS?
2009-10-09
kedahanzi