Commit e4d12029 authored by Ilkka Ollakka's avatar Ilkka Ollakka

small rebert for i_length, enables to get meta itags from mp4 again.

I bisected this unable to get meta from mp4-file to this
8632e67b commit and this particular line.
parent e2bc2640
...@@ -2187,7 +2187,7 @@ static int MP4_ReadBox_0xa9xxx( stream_t *p_stream, MP4_Box_t *p_box ) ...@@ -2187,7 +2187,7 @@ static int MP4_ReadBox_0xa9xxx( stream_t *p_stream, MP4_Box_t *p_box )
p_box->data.p_0xa9xxx->psz_text = NULL; p_box->data.p_0xa9xxx->psz_text = NULL;
MP4_GET2BYTES( i16 ); MP4_GET2BYTES( i16 );
i_length = i16 + 1; i_length = i16;
if( i_length > 0 ) if( i_length > 0 )
{ {
......
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