changeset 20143:6ab6d89b8055

Fix extradata lenght when adding cmsg24 data
author rtogni
date Tue, 10 Oct 2006 21:37:06 +0000
parents 65c6e0d2d935
children 4e12a2804192
files libmpdemux/demux_real.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/demux_real.c	Tue Oct 10 21:29:15 2006 +0000
+++ b/libmpdemux/demux_real.c	Tue Oct 10 21:37:06 2006 +0000
@@ -1608,6 +1608,7 @@
 			        }
 			        for (ii = 0; ii < cnt; ii++)
 			            ((unsigned char*)(sh->bih+1))[8+ii]=(unsigned short)stream_read_char(demuxer->stream);
+			        sh->bih->biSize += cnt;
 			    }
 		    }