Convert the missing movie placeholder over to a JPG for consistency. Fixes #1828.

This commit is contained in:
Bharat Mediratta
2012-05-07 21:40:43 -07:00
parent be860f5c4a
commit a563dcdfb3
3 changed files with 1 additions and 1 deletions

View File

@@ -161,7 +161,7 @@ class graphics_Core {
movie::extract_frame($input_file, $output_file);
} catch (Exception $e) {
// Assuming this is MISSING_FFMPEG for now
copy(MODPATH . "gallery/images/missing_movie.png", $output_file);
copy(MODPATH . "gallery/images/missing_movie.jpg", $output_file);
}
$working_file = $output_file;
} else {

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB