Commit 6f573399 authored by Gildas Bazin's avatar Gildas Bazin

* modules/demux/mpeg/mpga.c: oops, uninitialized variable.

parent 4df560da
......@@ -117,7 +117,7 @@ static int Open( vlc_object_t * p_this )
uint32_t header;
uint8_t *p_peek;
module_t *p_id3;
vlc_meta_t *p_meta;
vlc_meta_t *p_meta = NULL;
if( p_demux->psz_path )
{
......
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