Mercurial > libavcodec.hg
changeset 10759:2bcd7a44350f libavcodec
Remove residual use of the doxygen markup which is deprecated,
consistent with r19122.
author | stefano |
---|---|
date | Fri, 01 Jan 2010 12:28:18 +0000 |
parents | f108c5d10793 |
children | c199eb2ad4ec |
files | h263.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h263.c Thu Dec 31 01:27:47 2009 +0000 +++ b/h263.c Fri Jan 01 12:28:18 2010 +0000 @@ -3420,7 +3420,7 @@ * finds the next resync_marker * @param p pointer to buffer to scan * @param end pointer to the end of the buffer - * @return pointer to the next resync_marker, or \p end if none was found + * @return pointer to the next resync_marker, or end if none was found */ const uint8_t *ff_h263_find_resync_marker(const uint8_t *restrict p, const uint8_t * restrict end) {