comparison avcodec.h @ 1266:ec946cb74397 libavcodec

Warning fixes.
author mellum
date Thu, 15 May 2003 01:34:47 +0000
parents 2fa34e615c76
children a979fab41ed8
comparison
equal deleted inserted replaced
1265:09165461996f 1266:ec946cb74397
312 \ 312 \
313 /**\ 313 /**\
314 * type of the buffer (to keep track of who has to dealloc data[*])\ 314 * type of the buffer (to keep track of who has to dealloc data[*])\
315 * - encoding: set by the one who allocs it\ 315 * - encoding: set by the one who allocs it\
316 * - decoding: set by the one who allocs it\ 316 * - decoding: set by the one who allocs it\
317 * Note: user allocated (direct rendering) & internal buffers can not coexist currently\ 317 * Note: user allocated (direct rendering) & internal buffers can not coexist currently\
318 */\ 318 */\
319 int type;\ 319 int type;\
320 \ 320 \
321 /**\ 321 /**\
322 * when decoding, this signal how much the picture must be delayed.\ 322 * when decoding, this signal how much the picture must be delayed.\