[FFmpeg-soc] [soc]: r1205 - in dvbmuxer: mpeg_pes.h mpeg_pes_enc.c

realsun subversion at mplayerhq.hu
Mon Aug 27 16:08:10 CEST 2007


Author: realsun
Date: Mon Aug 27 16:08:10 2007
New Revision: 1205

Log:
cosmetics: changed comment

Modified:
   dvbmuxer/mpeg_pes.h
   dvbmuxer/mpeg_pes_enc.c

Modified: dvbmuxer/mpeg_pes.h
==============================================================================
--- dvbmuxer/mpeg_pes.h	(original)
+++ dvbmuxer/mpeg_pes.h	Mon Aug 27 16:08:10 2007
@@ -123,12 +123,12 @@ int ff_pes_find_beststream(AVFormatConte
  * @param[in] ctx    the AVFormatContext
  * @param[in] stream the PES stream
  * @param[in] len    PES packet size
- * @return  the frame number to be muxed
+ * @return  the number of frames have been muxed.
  */
 int ff_pes_get_nb_frames(AVFormatContext *ctx, PESStream *stream, int len);
 
 /**
- * Mux streams into a PES packet.
+ * Mux one stream into PES stream.
  * @param [in]      ctx            the AVFormatContext which contains streams
  * @param [in]      stream_index   the stream index to write
  * @param [in]      pes_buffer     PES payload data

Modified: dvbmuxer/mpeg_pes_enc.c
==============================================================================
--- dvbmuxer/mpeg_pes_enc.c	(original)
+++ dvbmuxer/mpeg_pes_enc.c	Mon Aug 27 16:08:10 2007
@@ -85,7 +85,7 @@ static inline void insert_timestamp(uint
  * @param[in] ctx    the AVFormatContext
  * @param[in] stream the PES stream
  * @param[in] len    PES packet size
- * @return  the frame number to be muxed
+ * @return  the number of frames have been muxed.
  */
 int ff_pes_get_nb_frames(AVFormatContext *ctx, PESStream *stream, int len){
     int nb_frames=0;
@@ -102,7 +102,7 @@ int ff_pes_get_nb_frames(AVFormatContext
 }
 
 /**
- * Mux streams into a PES packet.
+ * Mux one stream into PES stream.
  * @param [in]      ctx            the AVFormatContext which contains streams
  * @param [in]      stream_index   the stream index to write
  * @param [in]      pes_buffer     PES payload data



More information about the FFmpeg-soc mailing list