[Ffmpeg-devel] tiff encoder (qualification task for GSoC)

Robert Swain robert.swain
Sat Mar 31 14:59:30 CEST 2007


On 31 Mar 2007, at 13:42, Michael Niedermayer wrote:
> On Sat, Mar 31, 2007 at 12:20:46PM +0200, Bartlomiej Wolowiec wrote:

[...]

>> +/**
>> + * Put entry to stream
>> + *
>> + * @param buf Pointer to pointer to output buffer
>> + * @param tag Tag that identifies the entry
>> + * @param type Entry type
>> + * @param count The number of values
>> + * @param ptr_val Pointer to values
>> + * @return 0 - all data writed, 1 - need write set offset
>> + */

"all data written"

[...]

>> +/**
>> + * Write yuv line in tiffs order.
>> + *
>> + * @param s Tiff context
>> + * @param line Line buffer
>> + * @param y Line position
>> + * @pram yuv_y Number of bytes of luma corresponding to chrominance
>> + */

"@param"

I only quickly skimmed and those two stood out but there may be more. :)

Rob




More information about the ffmpeg-devel mailing list