changeset 12431:9f8d9abd7984 libavcodec

cosmetic
author aurel
date Sat, 28 Aug 2010 14:07:16 +0000
parents 417532548504
children f61e22f8cf28
files vp56dsp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vp56dsp.c	Thu Aug 26 14:33:39 2010 +0000
+++ b/vp56dsp.c	Sat Aug 28 14:07:16 2010 +0000
@@ -84,7 +84,7 @@
         s->edge_filter_ver = vp6_edge_filter_ver;
 
         if (CONFIG_VP6_DECODER) {
-            s->vp6_filter_diag4= ff_vp6_filter_diag4_c;
+            s->vp6_filter_diag4 = ff_vp6_filter_diag4_c;
         }
     }