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

Peter Holik peter
Tue May 26 09:52:11 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;
> };

documented and added a DEBUG statement for printing chunksize.

please comment

cu Peter



More information about the ffmpeg-devel mailing list