[FFmpeg-devel] [PATCH] http Transfer-Encoding chunked

Ronald S. Bultje rsbultje
Tue May 26 01:04:42 CEST 2009


Hi Peter,

On Mon, May 25, 2009 at 11:00 AM, Peter Holik <holik at it-technology.at> wrote:
>> - document chunk_size and its relation to file_size please, and if
>> yuou keep chunked, please document that also
>
> where should i document the variable?

In the struct where they are declared. You can see rtsp.h or
avformat.h or so for examples, please make sure you use doxy style,
so:

struct bla {
    int var1; ///< bla
    int var2; /**< bla */
    /** bla */
    int var3;
};

There's probably other ways also but I'm a doxy newbie so better to
google than to ask me.

Ronald



More information about the ffmpeg-devel mailing list