]> git.sesse.net Git - vlc/commit
Add missing p_vout->pf_end in vmem.c and snapshot.c
authorSam Hocevar <sam@zoy.org>
Fri, 21 Mar 2008 21:17:57 +0000 (21:17 +0000)
committerSam Hocevar <sam@zoy.org>
Fri, 21 Mar 2008 21:25:49 +0000 (21:25 +0000)
commitfe22119f649296e0cdf03051c41fb749bc14cc40
tree83386c5e3138d5a4df9b235377e2d43765817a7f
parentbcff0f227b560798e710f8ec27dd57632e9e82eb
Add missing p_vout->pf_end in vmem.c and snapshot.c

The p_vout->pf_end method is mandatory for video output modules. It is
called from so many places in libvlc that it would be too tedious to
make it optional. I'm therefore adding empty methods to modules instead.
modules/video_output/snapshot.c
modules/video_output/vmem.c