[FFmpeg-cvslog] r12116 - trunk/libavfilter/avfilter.h

vitor subversion
Fri Feb 15 23:14:59 CET 2008


Author: vitor
Date: Fri Feb 15 23:14:58 2008
New Revision: 12116

Log:
Remove author field

Suggested by Baptiste Coudurier

Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27


Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	(original)
+++ trunk/libavfilter/avfilter.h	Fri Feb 15 23:14:58 2008
@@ -322,7 +322,6 @@ void avfilter_formats_changeref(AVFilter
 typedef struct
 {
     const char *name;         ///< filter name
-    const char *author;       ///< filter author
 
     int priv_size;      ///< size of private data to allocate for the filter
 




More information about the ffmpeg-cvslog mailing list