comparison fraps.c @ 12060:c69dd071f7d4 libavcodec

Remove non-existing stray arguments from Doxygen function documentation.
author diego
date Fri, 02 Jul 2010 11:19:29 +0000
parents 7dd2a45249a9
children 126392340f69
comparison
equal deleted inserted replaced
12059:8c396820d385 12060:c69dd071f7d4
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
128 * @return number of consumed bytes on success or negative if decode fails 126 * @return number of consumed bytes on success or negative if decode fails
129 */ 127 */
130 static int decode_frame(AVCodecContext *avctx, 128 static int decode_frame(AVCodecContext *avctx,
131 void *data, int *data_size, 129 void *data, int *data_size,
132 AVPacket *avpkt) 130 AVPacket *avpkt)