Skip to content

Commit

Permalink
Remove AVStream.displayAspectRatio
Browse files Browse the repository at this point in the history
  • Loading branch information
sunlubo committed May 6, 2021
1 parent 495b68d commit 10f7861
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/SwiftFFmpeg/AVStream.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ public final class AVStream {
native.pointee.sample_aspect_ratio
}

/// display aspect ratio (0 if unknown)
///
///- encoding: unused
///- decoding: Set by libavformat to calculate sample_aspect_ratio internally
public var displayAspectRatio: AVRational {
native.pointee.display_aspect_ratio
}

/// The metadata of the stream.
public var metadata: [String: String] {
get {
Expand Down

0 comments on commit 10f7861

Please sign in to comment.