Commit 1aa15491 authored by Benoit Fouet's avatar Benoit Fouet

Fix doxygen comments.

/**\u2264 => /**<

Originally committed as revision 24661 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3ea4d942
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment