File: test-232h264_changing_sps_pps.rb

package info (click to toggle)
mkvtoolnix 2.7.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,588 kB
  • ctags: 7,821
  • sloc: cpp: 58,096; ansic: 5,764; sh: 3,037; ruby: 1,458; makefile: 635; perl: 249; xml: 161
file content (13 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/ruby -w

class T_232h264_changing_sps_pps < Test
  def description
    return "mkvmerge / h.264 with changing SPS/PPS NALUs / in(h264)"
  end

  def run
    merge("data/h264/changing-sps-pps.h264")
    return hash_tmp
  end
end