Mercurial > mplayer.hg
changeset 24631:f61c325bca3c
fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
author | nicodvb |
---|---|
date | Fri, 28 Sep 2007 21:20:41 +0000 |
parents | dcba95743b2f |
children | c04b8d25748a |
files | libmpdemux/muxer_mpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/muxer_mpeg.c Fri Sep 28 21:13:26 2007 +0000 +++ b/libmpdemux/muxer_mpeg.c Fri Sep 28 21:20:41 2007 +0000 @@ -1683,7 +1683,7 @@ if(((s->buffer[i+4] & 0xf0) == 0x20)) { if(priv->patch_sde) - patch_panscan(priv, se_ptr); + patch_panscan(priv, &(s->buffer[i+4])); } if((s->buffer[i+4] & 0xf0) == 0x80) {