[FFmpeg-soc] [soc]: r4712 - in concat/libavformat: concat.c concatgen.c datanode.c datanode.h m3u.c playlist.c playlist.h pls.c xspf.c

gkovacs subversion at mplayerhq.hu
Mon Jul 13 19:59:09 CEST 2009


Author: gkovacs
Date: Mon Jul 13 19:59:09 2009
New Revision: 4712

Log:
added paths to doxygen file comments

Modified:
   concat/libavformat/concat.c
   concat/libavformat/concatgen.c
   concat/libavformat/datanode.c
   concat/libavformat/datanode.h
   concat/libavformat/m3u.c
   concat/libavformat/playlist.c
   concat/libavformat/playlist.h
   concat/libavformat/pls.c
   concat/libavformat/xspf.c

Modified: concat/libavformat/concat.c
==============================================================================
--- concat/libavformat/concat.c	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/concat.c	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file concat.c
+/** @file libavformat/concat.c
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief Minimal playlist/concatenation demuxer

Modified: concat/libavformat/concatgen.c
==============================================================================
--- concat/libavformat/concatgen.c	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/concatgen.c	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file concatgen.c
+/** @file libavformat/concatgen.c
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief Generic functions used by playlist/concatenation demuxers

Modified: concat/libavformat/datanode.c
==============================================================================
--- concat/libavformat/datanode.c	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/datanode.c	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file datanode.c
+/** @file libavformat/datanode.c
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief Format to represent ini and xml files as doubly linked 2D data nodes

Modified: concat/libavformat/datanode.h
==============================================================================
--- concat/libavformat/datanode.h	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/datanode.h	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file datanode.h
+/** @file libavformat/datanode.h
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief Format to represent ini and xml files as doubly linked 2D data nodes

Modified: concat/libavformat/m3u.c
==============================================================================
--- concat/libavformat/m3u.c	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/m3u.c	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file m3u.c
+/** @file libavformat/m3u.c
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief M3U playlist demuxer

Modified: concat/libavformat/playlist.c
==============================================================================
--- concat/libavformat/playlist.c	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/playlist.c	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file playlist.c
+/** @file libavformat/playlist.c
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief General components used by playlist formats

Modified: concat/libavformat/playlist.h
==============================================================================
--- concat/libavformat/playlist.h	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/playlist.h	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file playlist.h
+/** @file libavformat/playlist.h
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief General components used by playlist formats

Modified: concat/libavformat/pls.c
==============================================================================
--- concat/libavformat/pls.c	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/pls.c	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file pls.c
+/** @file libavformat/pls.c
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief PLS playlist demuxer

Modified: concat/libavformat/xspf.c
==============================================================================
--- concat/libavformat/xspf.c	Mon Jul 13 19:43:54 2009	(r4711)
+++ concat/libavformat/xspf.c	Mon Jul 13 19:59:09 2009	(r4712)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-/** @file pls.c
+/** @file libavformat/pls.c
  *  @author Geza Kovacs ( gkovacs mit edu )
  *
  *  @brief XSPF playlist demuxer


More information about the FFmpeg-soc mailing list