ffmpeg: only suppress loopfilter for .mov ( compatibility ), but keep for .avi (quality )

This commit is contained in:
Jens Verwiebe
2012-02-16 08:48:28 +00:00
parent 30dddb9840
commit f047d90a0e

View File

@@ -1244,7 +1244,7 @@ static void ffmpeg_set_expert_options(RenderData *rd)
* The other options were taken from the libx264-default.preset
* included in the ffmpeg distribution.
*/
// ffmpeg_property_add_string(rd, "video", "flags:loop"); // this breakes compatibility for QT
if(!FFMPEG_MOV) ffmpeg_property_add_string(rd, "video", "flags:loop"); // this preserves compatibility for QT
ffmpeg_property_add_string(rd, "video", "cmp:chroma");
ffmpeg_property_add_string(rd, "video", "partitions:parti4x4");
ffmpeg_property_add_string(rd, "video", "partitions:partp8x8");