mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
fixed bug introduced with previous commit: patch_panscan() must work in the sequence_display_extension, not on se_ptr
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24651 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1cc65a7889
commit
1f2fa1ba48
@ -1683,7 +1683,7 @@ static size_t parse_mpeg12_video(muxer_stream_t *s, muxer_priv_t *priv, muxer_he
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user