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:
bertrand 2001-06-04 18:01:05 +00:00
parent 5783fc9c0c
commit d181e2c1c1
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {