[Ffmpeg-cvslog] r8263 - trunk/libavformat/avformat.h

takis subversion
Mon Mar 5 17:10:05 CET 2007


Author: takis
Date: Mon Mar  5 17:10:05 2007
New Revision: 8263

Modified:
   trunk/libavformat/avformat.h

Log:
Cleanup doxygen comment.


Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Mon Mar  5 17:10:05 2007
@@ -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




More information about the ffmpeg-cvslog mailing list