projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b619ca
)
cosmetic
author
Aurelien Jacobs
<aurel@gnuage.org>
Sat, 28 Aug 2010 14:07:16 +0000
(14:07 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Sat, 28 Aug 2010 14:07:16 +0000
(14:07 +0000)
Originally committed as revision 24955 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp56dsp.c
patch
|
blob
|
history
diff --git
a/libavcodec/vp56dsp.c
b/libavcodec/vp56dsp.c
index 83f53f9ffa359c257d2ebb39ec709c71742563da..c629343a8bf05f54ac1522a4d67a4020f00a12a2 100644
(file)
--- 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;
}
}