Replace @returns by @return.

Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet
2010-03-30 15:50:57 +00:00
parent 3bccd93ac0
commit 32e543f866
15 changed files with 23 additions and 23 deletions

View File

@@ -435,7 +435,7 @@ int mpeg4_decode_video_packet_header(MpegEncContext *s)
/**
* 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;