• Ronald S. Bultje's avatar
    h264: only assign H264Picture::mbaff for first slice. · 1ddc3705
    Ronald S. Bultje authored
    The value must be identical between slices, since mbaff depends on
    picture_structure and sps, both of which are checked to be identical
    to the first slice before this point.
    
    In practice, this silences some tsan warnings in fate-h264.
    1ddc3705
h264_direct.c 29.8 KB