diff mpegvideo.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 988b180afd31
children 86a5d0ce86bf
line wrap: on
line diff
--- a/mpegvideo.c	Thu Mar 06 11:25:55 2003 +0000
+++ b/mpegvideo.c	Thu Mar 06 11:32:04 2003 +0000
@@ -19,6 +19,11 @@
  * 4MV & hq & b-frame encoding stuff by Michael Niedermayer <michaelni@gmx.at>
  */
  
+/**
+ * @file mpegvideo.c
+ * The simplest mpeg encoder (well, it was the simplest!).
+ */ 
+ 
 #include <ctype.h>
 #include <limits.h>
 #include "avcodec.h"