comparison fraps.c @ 12117:5043c3aaa0a2 libavcodec

Add back previously removed non-existing function params in doxygen comments.
author diego
date Thu, 08 Jul 2010 22:57:27 +0000
parents 126392340f69
children 9cfc564bc3e6
comparison
equal deleted inserted replaced
12116:0ae85799341a 12117:5043c3aaa0a2
121 /** 121 /**
122 * decode a frame 122 * decode a frame
123 * @param avctx codec context 123 * @param avctx codec context
124 * @param data output AVFrame 124 * @param data output AVFrame
125 * @param data_size size of output data or 0 if no picture is returned 125 * @param data_size size of output data or 0 if no picture is returned
126 * @param buf input data frame
127 * @param buf_size size of input data frame
126 * @return number of consumed bytes on success or negative if decode fails 128 * @return number of consumed bytes on success or negative if decode fails
127 */ 129 */
128 static int decode_frame(AVCodecContext *avctx, 130 static int decode_frame(AVCodecContext *avctx,
129 void *data, int *data_size, 131 void *data, int *data_size,
130 AVPacket *avpkt) 132 AVPacket *avpkt)