summaryrefslogtreecommitdiff
path: root/vp9/simple_encode.h
diff options
context:
space:
mode:
authorangiebird <angiebird@google.com>2020-06-11 15:10:38 -0700
committerangiebird <angiebird@google.com>2020-06-11 15:10:38 -0700
commite753d4930f3b2859968068ffb77f6a6159b2f3c6 (patch)
treefc5cc7504f7ceeb1f1acc87895c3ebd276a73b0c /vp9/simple_encode.h
parent812eb89b26e6fe458133e90e74b0a11b853df56d (diff)
downloadlibvpx-e753d4930f3b2859968068ffb77f6a6159b2f3c6.tar
libvpx-e753d4930f3b2859968068ffb77f6a6159b2f3c6.tar.gz
libvpx-e753d4930f3b2859968068ffb77f6a6159b2f3c6.tar.bz2
libvpx-e753d4930f3b2859968068ffb77f6a6159b2f3c6.zip
Let SetExternalGroupOfPicturesMap use c-style arr
Change-Id: Ic92ce5a3cc5bb74120eb32fc6219e43b1b861f14
Diffstat (limited to 'vp9/simple_encode.h')
-rw-r--r--vp9/simple_encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp9/simple_encode.h b/vp9/simple_encode.h
index d7c9dfa14..b21732070 100644
--- a/vp9/simple_encode.h
+++ b/vp9/simple_encode.h
@@ -335,7 +335,7 @@ class SimpleEncode {
// constraints.
// 1) Each key frame position should be at the start of a gop.
// 2) The last gop should not use an alt ref.
- void SetExternalGroupOfPicturesMap(std::vector<int> gop_map);
+ void SetExternalGroupOfPicturesMap(int *gop_map, int gop_map_size);
// Observe the group of pictures map set through
// SetExternalGroupOfPicturesMap(). This function should be called after