comparison rl2.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 75f4dfbd0462
children 9cfc564bc3e6
comparison
equal deleted inserted replaced
12116:0ae85799341a 12117:5043c3aaa0a2
172 /** 172 /**
173 * Decode a single frame 173 * Decode a single frame
174 * @param avctx decoder context 174 * @param avctx decoder context
175 * @param data decoded frame 175 * @param data decoded frame
176 * @param data_size size of the decoded frame 176 * @param data_size size of the decoded frame
177 * @param buf input buffer
178 * @param buf_size input buffer size
177 * @return 0 success, -1 on error 179 * @return 0 success, -1 on error
178 */ 180 */
179 static int rl2_decode_frame(AVCodecContext *avctx, 181 static int rl2_decode_frame(AVCodecContext *avctx,
180 void *data, int *data_size, 182 void *data, int *data_size,
181 AVPacket *avpkt) 183 AVPacket *avpkt)