Commit 3f489ac9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: Kill a warning in vcd

parent c83f01e8
...@@ -1103,6 +1103,8 @@ static int CdTextRead( vlc_object_t *p_object, const vcddev_t *p_vcddev, ...@@ -1103,6 +1103,8 @@ static int CdTextRead( vlc_object_t *p_object, const vcddev_t *p_vcddev,
static int CdTextRead( vlc_object_t *p_object, const vcddev_t *p_vcddev, static int CdTextRead( vlc_object_t *p_object, const vcddev_t *p_vcddev,
uint8_t **pp_buffer, int *pi_buffer ) uint8_t **pp_buffer, int *pi_buffer )
{ {
VLC_UNUSED( p_object );
CDROM_READ_TOC_EX TOCEx; CDROM_READ_TOC_EX TOCEx;
memset(&TOCEx, 0, sizeof(TOCEx)); memset(&TOCEx, 0, sizeof(TOCEx));
TOCEx.Format = CDROM_READ_TOC_EX_FORMAT_CDTEXT; TOCEx.Format = CDROM_READ_TOC_EX_FORMAT_CDTEXT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment