diff options
| author | James Harvey <44349936+jmshrv@users.noreply.github.com> | 2023-02-04 02:17:36 +0000 |
|---|---|---|
| committer | James Harvey <44349936+jmshrv@users.noreply.github.com> | 2023-02-04 02:17:55 +0000 |
| commit | f2cc0e70693d134d163ab056cd412a151c1055fc (patch) | |
| tree | 693d0ed523e0c6c71eb191ce0156e6b734e46e48 /MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | |
| parent | c70508b08984d62d3b62d233f6ce4078f2a75bb1 (diff) | |
Fill in issue/PR comment
Diffstat (limited to 'MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs')
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs index d08a5116a..33ecaf3bf 100644 --- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs +++ b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs @@ -5787,7 +5787,7 @@ namespace MediaBrowser.Controller.MediaEncoding } // Copy the movflags from GetProgressiveVideoFullCommandLine - // See # for explanation on why this is needed + // See #9248 and the associated PR for why this is needed var mp4ContainerNames = new HashSet<String> { "mp4", "m4a", |
