Browse Source

Fix doxygen comments.

/**\u2264 => /**<

Originally committed as revision 24661 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Benoit Fouet 15 years ago
parent
commit
1aa15491f2
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavcodec/libvpxenc.c

+ 5
- 5
libavcodec/libvpxenc.c View File

@@ -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;
};



Loading…
Cancel
Save