diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:28:18 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-01-01 12:28:18 +0000 |
commit | 702d0a9e85912961d66c62bc2e019ba3290ce78d (patch) | |
tree | d4543b335adf14b367006d421352802207f3b025 /libavcodec/h263.c | |
parent | f514b4f9376fa6d5ab56276556b0ffc12143c554 (diff) | |
download | ffmpeg-702d0a9e85912961d66c62bc2e019ba3290ce78d.tar.gz |
Remove residual use of the doxygen markup which is deprecated,
consistent with r19122.
Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263.c')
-rw-r--r-- | libavcodec/h263.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263.c b/libavcodec/h263.c index ad6624ad69..ae4ef3d956 100644 --- a/libavcodec/h263.c +++ b/libavcodec/h263.c @@ -3420,7 +3420,7 @@ void ff_mpeg4_clean_buffers(MpegEncContext *s) * 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) { |