|
@@ -402,6 +402,10 @@ static int pvr2_encoder_prep_config(struct pvr2_hdw *hdw)
|
|
|
ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC,4, 0,3,0,0);
|
|
|
ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC,4,15,0,0,0);
|
|
|
|
|
|
+ /* prevent the PTSs from slowly drifting away in the generated
|
|
|
+ MPEG stream */
|
|
|
+ ret |= pvr2_encoder_vcmd(hdw, CX2341X_ENC_MISC, 2, 4, 1);
|
|
|
+
|
|
|
return ret;
|
|
|
}
|
|
|
|