• Vittorio Giovara's avatar
    matroskaenc: write correct Display{Width, Height} in stereo encoding · 090c67d5
    Vittorio Giovara authored
    should be the raw amount of pixels (for example 3840x1080 for full HD side by
    side) and the DisplayWidth/Height in pixels should be the amount of pixels for
    one plane (1920x1080 for that full HD stream)."
    
    So, move the aspect ratio check in the mkv_write_stereo_mode() function
    and always write the embl when stereo format and/or aspect ration is set.
    Also add a few comments to that function.
    
    CC: libav-stable@libav.org
    Found-by: 's avatarAsan Usipov <asan.usipov@gmail.com>
    090c67d5
matroskaenc.c 58.8 KB