git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c00cfde
)
DShow, partial fix due to changes in [23667]
author
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 17 Dec 2007 08:51:15 +0000
(08:51 +0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Mon, 17 Dec 2007 08:51:15 +0000
(08:51 +0000)
modules/access/dshow/dshow.cpp
patch
|
blob
|
history
diff --git
a/modules/access/dshow/dshow.cpp
b/modules/access/dshow/dshow.cpp
index
74e6604
..
213dcaf
100644
(file)
--- a/
modules/access/dshow/dshow.cpp
+++ b/
modules/access/dshow/dshow.cpp
@@
-1863,10
+1863,10
@@
static int FindDevicesCallback( vlc_object_t *p_this, char const *psz_name,
if( !list_devices.size() ) return VLC_SUCCESS;
p_item->ppsz_list =
- (c
onst c
har **)realloc( p_item->ppsz_list,
+ (char **)realloc( p_item->ppsz_list,
(list_devices.size()+3) * sizeof(char *) );
p_item->ppsz_list_text =
- (c
onst c
har **)realloc( p_item->ppsz_list_text,
+ (char **)realloc( p_item->ppsz_list_text,
(list_devices.size()+3) * sizeof(char *) );
list<string>::iterator iter;