# HG changeset patch # User takis # Date 1173111005 0 # Node ID 02dce5a6b035138d8904f7548b013433b018edca # Parent ae5e54fb2206f0a8213cfba0a36460ccc3b4671e Cleanup doxygen comment. diff -r ae5e54fb2206 -r 02dce5a6b035 avformat.h --- a/avformat.h Mon Mar 05 15:36:43 2007 +0000 +++ b/avformat.h Mon Mar 05 16:10:05 2007 +0000 @@ -290,7 +290,7 @@ 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