summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r--macosx/HBJob.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.m b/macosx/HBJob.m
index 3e0c8e3ec..1ae0954e9 100644
--- a/macosx/HBJob.m
+++ b/macosx/HBJob.m
@@ -236,7 +236,7 @@ NSString *keyContainerTag = @"keyContainerTag";
job->chapter_markers = 0;
}
- if (job->vcodec == HB_VCODEC_X264)
+ if (job->vcodec & HB_VCODEC_H264_MASK)
{
// iPod 5G atom
job->ipod_atom = self.mp4iPodCompatible;