aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264enc.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2010-03-30 15:50:57 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2010-03-30 15:50:57 +0000
commit32e543f866d9d4b450729e93cd81dacd8c457971 (patch)
tree3e4271e8f798d25c3868584a04dcb52df3eff83f /libavcodec/h264enc.c
parent3bccd93ac0b7e5dbb4a335257eaee9d8908dad3c (diff)
downloadffmpeg-32e543f866d9d4b450729e93cd81dacd8c457971.tar.gz
Replace @returns by @return.
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264enc.c')
-rw-r--r--libavcodec/h264enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264enc.c b/libavcodec/h264enc.c
index 5693336b55..e90bfb1542 100644
--- a/libavcodec/h264enc.c
+++ b/libavcodec/h264enc.c
@@ -31,7 +31,7 @@
* @param dest the target buffer, dst+1 == src is allowed as a special case
* @param destsize the length of the dst array
* @param b2 the data which should be escaped
- * @returns pointer to current position in the output buffer or NULL if an error occurred
+ * @return pointer to current position in the output buffer or NULL if an error occurred
*/
static uint8_t *h264_write_nal_unit(int nal_ref_idc, int nal_unit_type, uint8_t *dest, int *destsize,
PutBitContext *b2)