lib/ffprober/audio_stream.rb in ffprober-0.3.7 vs lib/ffprober/audio_stream.rb in ffprober-0.4.0

- old
+ new

@@ -1,7 +1,4 @@ module Ffprober class AudioStream < Stream - attr_accessor :sample_fmt, :sample_rate, :channels, - :bits_per_sample - end end