Initialize es->lang to ensure a previous value does not get misattributed

to a different track.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29380 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-06-23 09:33:42 +00:00
parent de592450d5
commit 09f62d5aff
1 changed files with 1 additions and 0 deletions

View File

@ -2722,6 +2722,7 @@ static int ts_parse(demuxer_t *demuxer , ES_stream_t *es, unsigned char *packet,
rap_flag = 0;
mp4_dec = NULL;
es->is_synced = 0;
es->lang[0] = 0;
si = NULL;
junk = priv->ts.packet_size - TS_PACKET_SIZE;