changeset 12337:aa0714243f88 libavcodec

Fix doxygen comments. /**\u2264 => /**<
author benoit
date Mon, 02 Aug 2010 07:25:25 +0000
parents e84378ff89ca
children d62e974e36af
files libvpxenc.c
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libvpxenc.c	Mon Aug 02 05:20:38 2010 +0000
+++ b/libvpxenc.c	Mon Aug 02 07:25:25 2010 +0000
@@ -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;
 };