[FFmpeg-cvslog] r24661 - trunk/libavcodec/libvpxenc.c
benoit
subversion
Mon Aug 2 09:25:25 CEST 2010
Author: benoit
Date: Mon Aug 2 09:25:25 2010
New Revision: 24661
Log:
Fix doxygen comments.
/**\u2264 => /**<
Modified:
trunk/libavcodec/libvpxenc.c
Modified: trunk/libavcodec/libvpxenc.c
==============================================================================
--- trunk/libavcodec/libvpxenc.c Mon Aug 2 09:23:47 2010 (r24660)
+++ trunk/libavcodec/libvpxenc.c Mon Aug 2 09:25:25 2010 (r24661)
@@ -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;
};
More information about the ffmpeg-cvslog
mailing list