summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/motion_comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/motion_comp.c')
-rw-r--r--apps/plugins/mpegplayer/motion_comp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/motion_comp.c b/apps/plugins/mpegplayer/motion_comp.c
index beb5c00228..e76b65f6f0 100644
--- a/apps/plugins/mpegplayer/motion_comp.c
+++ b/apps/plugins/mpegplayer/motion_comp.c
@@ -19,6 +19,8 @@
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 *
23 * $Id$
22 */ 24 */
23 25
24#include "plugin.h" 26#include "plugin.h"
@@ -48,7 +50,7 @@ extern mpeg2_mc_fct MC_avg_y_8;
48extern mpeg2_mc_fct MC_avg_xy_16; 50extern mpeg2_mc_fct MC_avg_xy_16;
49extern mpeg2_mc_fct MC_avg_xy_8; 51extern mpeg2_mc_fct MC_avg_xy_8;
50 52
51mpeg2_mc_t mpeg2_mc = 53const mpeg2_mc_t mpeg2_mc =
52{ 54{
53 { 55 {
54 MC_put_o_16, MC_put_x_16, MC_put_y_16, MC_put_xy_16, 56 MC_put_o_16, MC_put_x_16, MC_put_y_16, MC_put_xy_16,