[FFmpeg-soc] [soc]: r400 - in dvbmuxer: mpeg_pes.h mpeg_pes_enc.c pes.diff
realsun
sunxiaohui at dsp.ac.cn
Tue Jul 10 09:37:53 CEST 2007
Diego Biurrun wrote:
> On Sat, Jul 14, 2007 at 10:54:42AM +0200, realsun wrote:
>
>> --- dvbmuxer/mpeg_pes.h (original)
>> +++ dvbmuxer/mpeg_pes.h Sat Jul 14 10:54:42 2007
>> @@ -108,23 +109,23 @@ void ff_pes_muxer_end(AVFormatContext *c
>> * @param[in] packet_size PES stream packet size
>> - * @param[in] flush whether flush after every single subtitle packet. For subtitle, a single PES packet must be generated
>> + * @param[in] flush Flush after every single subtitle packet.Find the stream to mux into the PES strea
>>
>
> You seem to have bungled this one.
>
I have fixed that.
>
>> @@ -153,5 +154,13 @@ int ff_pes_muxer_write(AVFormatContext *
>>
>> +/*
>> + * Put a timestamp.
>>
>
> This does not make sense in English. Put a timestamp where? Also, a
> timestamp is nothing that can be "put" usually. A better name would
> likely be add or insert or similar.
>
>
>> + * @param[in] pb the IOContext to be written to
>> + * @param[in] id stream id
>>
>
> ID
>
changed
>
>> + * @param[in] timestamp the time stamp
>>
>
> timestamp
>
changed
>
>> --- dvbmuxer/mpeg_pes_enc.c (original)
>> +++ dvbmuxer/mpeg_pes_enc.c Sat Jul 14 10:54:42 2007
>> + /* special stuffing byte that is always written
>> + to prevent accidental generation of start codes. */
>>
>
> startcodes
>
changed
> 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