[FFmpeg-devel] [PATCH]pes packetizer
Diego Biurrun
diego
Mon Jul 16 03:22:45 CEST 2007
On Sun, Jul 15, 2007 at 09:38:19AM +0800, realsun wrote:
>
> +/**
> + * 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);
IMO this function should be called ff_insert_timestamp, "put" is too
unspecific.
Diego
More information about the ffmpeg-devel
mailing list