]> git.sesse.net Git - vlc/commit
va: make the description pointer const
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 22 Mar 2014 18:45:34 +0000 (20:45 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 22 Mar 2014 18:46:21 +0000 (20:46 +0200)
commit313038e3e412af0d2741cb18f027855c307a5cf5
tree04cba8d30b8a8dfd777c732f0af3b75eaed56f64
parentd19f27a961200f486433657c2c835fd1d3e8df93
va: make the description pointer const

4 out of 5 plugins expect it that way and the owner should not modify
the string anyway.
modules/codec/avcodec/dxva2.c
modules/codec/avcodec/hwdummy.c
modules/codec/avcodec/va.h
modules/codec/avcodec/vaapi.c
modules/codec/avcodec/vda.c
modules/hw/vdpau/avcodec.c