On Mon, Mar 17, 2014 at 7:03 PM, Keiji Costantini <[email protected]> wrote: > namely: > get_packet_size > mpegts_push_data > parse_mp4_descr > parse_MP4ESDescrTag > parse_MP4DecConfigDescrTag > parse_mp4_descr > mp4_read_iods > mp4_read_od > ff_parse_mpeg2_descriptor > mpegts_resync > mpegts_read_header > read_seek
I don't think it's necessary to put these here, but you forgot a few ones (like parse_section_header and the get* functions) Also beware of tabs. Pushing with those fixed. Vittorio > --- > libavformat/mpegts.c | 79 > ++++++++++++++++++++++++++++++---------------------- > 1 file changed, 46 insertions(+), 33 deletions(-) > _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
