comparison h264_cabac.c @ 11556:b94e1810ce4c libavcodec

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 0eb476c1730d
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11555:e603f624b03f 11556:b94e1810ce4c
1179 decode_cabac_residual_internal(h, block, cat, n, scantable, qmul, max_coeff, 0); 1179 decode_cabac_residual_internal(h, block, cat, n, scantable, qmul, max_coeff, 0);
1180 } 1180 }
1181 1181
1182 /** 1182 /**
1183 * decodes a macroblock 1183 * decodes a macroblock
1184 * @returns 0 if OK, AC_ERROR / DC_ERROR / MV_ERROR if an error is noticed 1184 * @return 0 if OK, AC_ERROR / DC_ERROR / MV_ERROR if an error is noticed
1185 */ 1185 */
1186 int ff_h264_decode_mb_cabac(H264Context *h) { 1186 int ff_h264_decode_mb_cabac(H264Context *h) {
1187 MpegEncContext * const s = &h->s; 1187 MpegEncContext * const s = &h->s;
1188 int mb_xy; 1188 int mb_xy;
1189 int mb_type, partition_count, cbp = 0; 1189 int mb_type, partition_count, cbp = 0;