From a050f20ac5ce37ce501d399346a5be40054da7f4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 30 Oct 2015 11:26:36 -0400 Subject: extract ref frame count using ffprobe --- MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs') diff --git a/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs b/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs index 9b95e83e7..3e4bfe1a7 100644 --- a/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs +++ b/MediaBrowser.MediaEncoding/Probing/InternalMediaInfoResult.cs @@ -114,6 +114,12 @@ namespace MediaBrowser.MediaEncoding.Probing /// The width. public int width { get; set; } + /// + /// Gets or sets the refs. + /// + /// The refs. + public int refs { get; set; } + /// /// Gets or sets the height. /// -- cgit v1.2.3