Skip to content
Snippets Groups Projects
  1. Jul 20, 2016
  2. Jul 18, 2016
  3. Jul 17, 2016
  4. Jul 16, 2016
  5. Jul 15, 2016
  6. Jul 13, 2016
  7. Jul 11, 2016
    • Anton Khirnov's avatar
      h264_ps: export actual height in MBs as SPS.mb_height · a8cbe5a0
      Anton Khirnov authored
      Currently, SPS.mb_height is actually what the spec calls
      PicHeightInMapUnits, which is half the frame height when interlacing is
      allowed. Calling this 'mb_height' is quite confusing, and there are at
      least two associated bugs where this field is treated as the actual
      frame height - in the h264 parser and in the code computing maximum
      reordering buffer size for a given level.
      
      Fix those issues (and avoid possible future ones) by exporting the real
      frame height in this field.
      a8cbe5a0
Loading