comparison motion_est_template.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 5d4c95f323d0
children 8c15d82c1893
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
14 * 14 *
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 * 18 *
19 */
20
21 /**
22 * @file motion_est_template.c
23 * Motion estimation template.
19 */ 24 */
20 25
21 //lets hope gcc will remove the unused vars ...(gcc 3.2.2 seems to do it ...) 26 //lets hope gcc will remove the unused vars ...(gcc 3.2.2 seems to do it ...)
22 //Note, the last line is there to kill these ugly unused var warnings 27 //Note, the last line is there to kill these ugly unused var warnings
23 #define LOAD_COMMON(x, y)\ 28 #define LOAD_COMMON(x, y)\