On Sat, Oct 29, 2011 at 12:05:50AM +0200, Alex Converse wrote: > Module: libav > Branch: master > Commit: c3bc6096f234151a09f79c6d1c0360bc08dde9d8 > > Author: Alex Converse <[email protected]> > Committer: Alex Converse <[email protected]> > Date: Tue Oct 4 23:43:59 2011 -0700 > > mpegts: Add support for multiple mp4 descriptors > > --- a/libavformat/mpegts.h > +++ b/libavformat/mpegts.h > @@ -64,6 +64,12 @@ int ff_mpegts_parse_packet(MpegTSContext *ts, AVPacket > *pkt, > @@ -79,7 +85,6 @@ void ff_mpegts_parse_close(MpegTSContext *ts); > */ > int ff_parse_mpeg2_descriptor(AVFormatContext *fc, AVStream *st, int > stream_type, > const uint8_t **pp, const uint8_t > *desc_list_end, > - int mp4_dec_config_descr_len, int mp4_es_id, > int pid, > - uint8_t *mp4_dec_config_descr); > + Mp4Descr *mp4_descr, int mp4_descr_count, int > pid);
This changes the function signature without adapting the Doxygen documentation of the function. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
