Skip to content

Commit c4b1c87

Browse files
author
Clement Champetier
committed
XdCamHD422: fix flags
1 parent d00e5f0 commit c4b1c87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AvTranscoder/Profiles/XdCamHd422.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ void loadXdCamHD422( Profile::ProfilesDesc& profiles )
7272
xdCamHd422[ "i_qfactor" ] = "-0.8";
7373
xdCamHd422[ "flags" ] = "-cgop"; // open GOP
7474

75-
xdCamHd422[ "flags" ] = "+ilme"; // use interlaced motion estimation
76-
xdCamHd422[ "flags" ] = "+ildct"; // use interlaced DCT
75+
xdCamHd422[ "flags" ] = "+ilme+ildct"; // use interlaced motion estimation + use interlaced DCT
7776

7877
xdCamHd422[ "field_order" ] = "tt";
7978

0 commit comments

Comments
 (0)