[FFmpeg-soc] [soc]: r403 - in dvbmuxer: mpeg_pes.h mpeg_pes_enc.c pes.diff
realsun
sunxiaohui at dsp.ac.cn
Tue Jul 10 10:13:17 CEST 2007
Diego Biurrun wrote:
> On Sat, Jul 14, 2007 at 04:05:40PM +0200, realsun wrote:
>
>> Log:
>> fixed some spelling mistakes.
>>
>> --- dvbmuxer/mpeg_pes.h (original)
>> +++ dvbmuxer/mpeg_pes.h Sat Jul 14 16:05:39 2007
>> @@ -155,10 +155,10 @@ int ff_pes_muxer_write(AVFormatContext *
>>
>> /*
>> - * Put a timestamp.
>> - * @param[in] pb the IOContext to be written to
>> - * @param[in] id stream id
>> - * @param[in] timestamp the time stamp
>> + * Insert a timestamp into the ByteIOContext.
>> + * @param[in] pb the ByteIOContext to be written to
>> + * @param[in] id stream ID
>> + * @param[in] timestamp the timestamp
>> * @return NULL
>> */
>> void ff_put_timestamp(ByteIOContext *pb, int id, int64_t timestamp);
>>
>
> I think a better name for this function would be ff_insert_timestamp.
>
Should I put this change in another patch?
> Diego
> _______________________________________________
> FFmpeg-soc mailing list
> FFmpeg-soc at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
>
>
>
More information about the FFmpeg-soc
mailing list