Author: bcoudurier Date: Mon Jun 2 10:00:38 2008 New Revision: 2321 Log: remove useless doxy
Modified: dvbmuxer/mpegpes.h Modified: dvbmuxer/mpegpes.h ============================================================================== --- dvbmuxer/mpegpes.h (original) +++ dvbmuxer/mpegpes.h Mon Jun 2 10:00:38 2008 @@ -91,7 +91,6 @@ int ff_pes_muxer_init(AVFormatContext *c /** * Finalization of PES muxer. * @param [in] ctx the AVFormatContext which contains streams. - * @return NULL */ void ff_pes_muxer_end(AVFormatContext *ctx); @@ -99,7 +98,6 @@ void ff_pes_muxer_end(AVFormatContext *c * Write packet into PES FIFO. * @param [in] ctx the AVFormatContext which contains streams. * @param [in] pkt the packet to write. - * @return NULL */ void ff_pes_write_packet(AVFormatContext *ctx, AVPacket *pkt); _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
