mirror of https://github.com/mpv-player/mpv
Initialisation of ptr string to NULL to avoid gcc warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1004 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5783fc9c0c
commit
d181e2c1c1
|
@ -216,7 +216,7 @@ if(verbose){
|
|||
|
||||
case 0x75b22633: // Content description
|
||||
if(verbose){
|
||||
char *string;
|
||||
char *string=NULL;
|
||||
stream_read(demuxer->stream,(char*) &contenth,sizeof(contenth));
|
||||
// extract the title
|
||||
if( contenth.title_size!=0 ) {
|
||||
|
|
Loading…
Reference in New Issue