From 1aa15491f2ddd1254c4a946ceb6e50e44bd3593f Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Mon, 2 Aug 2010 07:25:25 +0000 Subject: Fix doxygen comments. /**\u2264 => /**< Originally committed as revision 24661 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/libvpxenc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libavcodec/libvpxenc.c') diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 1115ec22d7..77a3bbf2a0 100644 --- a/libavcodec/libvpxenc.c +++ b/libavcodec/libvpxenc.c @@ -36,13 +36,13 @@ * One encoded frame returned from the library. */ struct FrameListData { - void *buf; /**≤ compressed data buffer */ - size_t sz; /**≤ length of compressed data */ - int64_t pts; /**≤ time stamp to show frame + void *buf; /**< compressed data buffer */ + size_t sz; /**< length of compressed data */ + int64_t pts; /**< time stamp to show frame (in timebase units) */ - unsigned long duration; /**≤ duration to show frame + unsigned long duration; /**< duration to show frame (in timebase units) */ - uint32_t flags; /**≤ flags for this frame */ + uint32_t flags; /**< flags for this frame */ struct FrameListData *next; }; -- cgit v1.2.3