Skip to content

Commit cc7a3a1

Browse files
author
Clement Champetier
committed
XdCamHd422: fix flags value
A profile is a map: one key for one value.
1 parent 31a2452 commit cc7a3a1

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
@@ -70,9 +70,8 @@ void loadXdCamHD422( Profile::ProfilesDesc& profiles )
7070
xdCamHd422[ "b_qfactor" ] = "1.25";
7171
xdCamHd422[ "i_qoffset" ] = "0";
7272
xdCamHd422[ "i_qfactor" ] = "-0.8";
73-
xdCamHd422[ "flags" ] = "-cgop"; // open GOP
7473

75-
xdCamHd422[ "flags" ] = "+ilme+ildct"; // use interlaced motion estimation + use interlaced DCT
74+
xdCamHd422[ "flags" ] = "-cgop+ilme+ildct"; // open GOP + use interlaced motion estimation + use interlaced DCT
7675

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

0 commit comments

Comments
 (0)