diff mpeg4videodec.c @ 11556:b94e1810ce4c libavcodec

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 77b3f322dba8
children 8a4984c5cacc
line wrap: on
line diff
--- a/mpeg4videodec.c	Tue Mar 30 08:10:29 2010 +0000
+++ b/mpeg4videodec.c	Tue Mar 30 15:50:57 2010 +0000
@@ -435,7 +435,7 @@
 /**
  * gets the average motion vector for a GMC MB.
  * @param n either 0 for the x component or 1 for y
- * @returns the average MV for a GMC MB
+ * @return the average MV for a GMC MB
  */
 static inline int get_amv(MpegEncContext *s, int n){
     int x, y, mb_v, sum, dx, dy, shift;