[FFmpeg-soc] [soc]: r400 - in dvbmuxer: mpeg_pes.h mpeg_pes_enc.c pes.diff

Diego Biurrun diego at biurrun.de
Sat Jul 14 14:39:38 CEST 2007


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.

> @@ -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

> + * @param[in] timestamp the time stamp

timestamp

> --- 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

Diego



More information about the FFmpeg-soc mailing list