Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
Commits
b844e50a
Commit
b844e50a
authored
May 06, 2013
by
John Koleszar
Committed by
Gerrit Code Review
May 06, 2013
Browse files
Merge "encode_test_driver: make ~Encoder virtual" into experimental
parents
8c70a0fc
51b7fd0d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
test/encode_test_driver.h
test/encode_test_driver.h
+4
-3
No files found.
test/encode_test_driver.h
View file @
b844e50a
...
...
@@ -10,9 +10,10 @@
#ifndef TEST_ENCODE_TEST_DRIVER_H_
#define TEST_ENCODE_TEST_DRIVER_H_
#include "./vpx_config.h"
#include <string>
#include <vector>
#include "./vpx_config.h"
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "vpx/vpx_encoder.h"
...
...
@@ -92,7 +93,7 @@ class Encoder {
memset
(
&
encoder_
,
0
,
sizeof
(
encoder_
));
}
~
Encoder
()
{
virtual
~
Encoder
()
{
vpx_codec_destroy
(
&
encoder_
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment