diff options
Diffstat (limited to 'play/index.php')
-rw-r--r-- | play/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/play/index.php b/play/index.php index 13fc3187..a55d1c0a 100644 --- a/play/index.php +++ b/play/index.php @@ -341,6 +341,9 @@ if ($transcode_cfg != 'never' && in_array('transcode', $valid_types)) { debug_event('play', 'Decided not to transcode', 5); } } +else if ($transcode_to) { + debug_event('play', 'Transcoding is impossible but we received an explicit request for ' . $transcode_to, 2); +} if ($transcode) { header('Accept-Ranges: none'); |