diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-28 14:07:16 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-08-28 14:07:16 +0000 |
commit | 601090b5c0f91e5d522244c07d241824e15fba9d (patch) | |
tree | 2fe664b4bd9e561d05ac6fc9109505e06fa0d0ad /libavcodec/vp56dsp.c | |
parent | 3b619cab31a34ef1933d818754775d3bf3ea2a61 (diff) | |
download | ffmpeg-601090b5c0f91e5d522244c07d241824e15fba9d.tar.gz |
cosmetic
Originally committed as revision 24955 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vp56dsp.c')
-rw-r--r-- | libavcodec/vp56dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vp56dsp.c b/libavcodec/vp56dsp.c index 83f53f9ffa..c629343a8b 100644 --- a/libavcodec/vp56dsp.c +++ b/libavcodec/vp56dsp.c @@ -84,7 +84,7 @@ void ff_vp56dsp_init(VP56DSPContext *s, enum CodecID codec) 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; } } |