diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 16:10:05 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-05 16:10:05 +0000 |
commit | 15786dc47118aded4e5f5c92d7663d188e999369 (patch) | |
tree | a6f736557eaeb7af5f4ac7a2dee9456ea31d4f3f | |
parent | 90c07b56e0a50c8ab6f378b14cdd8a74d453e1d5 (diff) | |
download | ffmpeg-15786dc47118aded4e5f5c92d7663d188e999369.tar.gz |
Cleanup doxygen comment.
Originally committed as revision 8263 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 512328a6ee..a8f4acceff 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 set, 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 |