lib/ffprober/video_stream.rb in ffprober-0.1.5 vs lib/ffprober/video_stream.rb in ffprober-0.1.6

- old
+ new

@@ -1,7 +1,7 @@ module Ffprober class VideoStream < Stream attr_accessor :width, :height, :has_b_frames, :sample_aspect_ratio, :display_aspect_ratio, - :pix_fmt, :level, :is_avc, :nal_length_size + :pix_fmt, :level, :is_avc, :nal_length_size, :bit_rate end end