summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-03-05 15:36:43 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-03-05 15:36:43 +0000
commit90c07b56e0a50c8ab6f378b14cdd8a74d453e1d5 (patch)
tree0e6187d53fc5e7a764aad76d888fafbbf3396fe1 /libavformat/avformat.h
parentc3316802da41bd74422b0b52550df5cb0f6c0886 (diff)
Fix a typo in a doxygen tag.
Originally committed as revision 8262 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 78ebfeaf9f..512328a6ee 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -290,7 +290,7 @@ typedef struct AVStream {
AVRational time_base;
int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */
/* ffmpeg.c private use */
- int stream_copy; /* *<if TRUE, just copy stream */
+ int stream_copy; /**< if TRUE, just copy stream */
enum AVDiscard discard; ///< selects which packets can be discarded at will and dont need to be demuxed
//FIXME move stuff to a flags field?
/** quality, as it has been removed from AVCodecContext and put in AVVideoFrame