Fix a typo in a doxygen tag.
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 15:36:43 +0000 (15:36 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 5 Mar 2007 15:36:43 +0000 (15:36 +0000)
Originally committed as revision 8262 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 78ebfea..512328a 100644 (file)
@@ -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