Change-Id: I6a5a2400cfb6e122c77667e0950c80026c48a1f6
encode_command_reset_external_quantize_index(&impl_ptr_->cpi->encode_command);
}
-int SimpleEncode::GetCodingFrameNum() {
+int SimpleEncode::GetCodingFrameNum() const {
assert(impl_ptr_->first_pass_stats.size() - 1 > 0);
// These are the default settings for now.
const int multi_layer_arf = 0;
// Gets the number of coding frames for the video. The coding frames include
// show frame and no show frame.
// This function should be called after ComputeFirstPassStats().
- int GetCodingFrameNum();
+ int GetCodingFrameNum() const;
private:
class EncodeImpl;