[SCM] libav/experimental: Fix doxygen comments. /**\u2264 => /**<

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:13:22 UTC 2013


The following commit has been merged in the experimental branch:
commit 1aa15491f2ddd1254c4a946ceb6e50e44bd3593f
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Mon Aug 2 07:25:25 2010 +0000

    Fix doxygen comments.
    /**\u2264 => /**<
    
    Originally committed as revision 24661 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index 1115ec2..77a3bbf 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;
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list