OSDN Git Service

Use av_strdup to allocate string, prevents the warning:
authorPatrik Kullman <patrik@yes.nu>
Sat, 21 Feb 2009 20:35:58 +0000 (20:35 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 21 Feb 2009 20:35:58 +0000 (20:35 +0000)
commit1bbeb06a36ec36ce03e1c882c8e97efdc13c9a9b
tree909a2ca89a4636a09535f385086b989b2d0b2472
parent0a036d073e846e5a4881464ea3dff1c8d2793f90
Use av_strdup to allocate string, prevents the warning:
vhook/fish.c:130: warning: assignment discards qualifiers from pointer target type
patch by Patrik Kullman, patrik yes nu

Originally committed as revision 17494 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/fish.c