Commit 75b2b2eb authored by takis's avatar takis

Fix a typo in a doxygen tag.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8262 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent be6f96f0
......@@ -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
......
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