cd4641dca0
Since ffmpeg can play and transcode ISO files and BDMV folders directly, there's no use of that property.
18 lines
326 B
C#
18 lines
326 B
C#
#pragma warning disable CS1591
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Linq;
|
|
using MediaBrowser.Model.IO;
|
|
|
|
namespace MediaBrowser.Controller.MediaEncoding
|
|
{
|
|
/// <summary>
|
|
/// Class MediaEncoderHelpers.
|
|
/// </summary>
|
|
public static class MediaEncoderHelpers
|
|
{
|
|
}
|
|
}
|