comparison escape124.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 c69dd071f7d4
children 9cfc564bc3e6
comparison
equal deleted inserted replaced
12116:0ae85799341a 12117:5043c3aaa0a2
198 /** 198 /**
199 * Decode a single frame 199 * Decode a single frame
200 * @param avctx decoder context 200 * @param avctx decoder context
201 * @param data decoded frame 201 * @param data decoded frame
202 * @param data_size size of the decoded frame 202 * @param data_size size of the decoded frame
203 * @param buf input buffer
204 * @param buf_size input buffer size
203 * @return 0 success, -1 on error 205 * @return 0 success, -1 on error
204 */ 206 */
205 static int escape124_decode_frame(AVCodecContext *avctx, 207 static int escape124_decode_frame(AVCodecContext *avctx,
206 void *data, int *data_size, 208 void *data, int *data_size,
207 AVPacket *avpkt) 209 AVPacket *avpkt)