diff motion_est.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents d3b93dc997a3
children 8c15d82c1893
line wrap: on
line diff
--- a/motion_est.c	Thu Mar 06 11:25:55 2003 +0000
+++ b/motion_est.c	Thu Mar 06 11:32:04 2003 +0000
@@ -20,6 +20,12 @@
  *
  * new Motion Estimation (X1/EPZS) by Michael Niedermayer <michaelni@gmx.at>
  */
+ 
+/**
+ * @file motion_est.c
+ * Motion estimation.
+ */
+ 
 #include <stdlib.h>
 #include <stdio.h>
 #include "avcodec.h"