mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
opus: Remove unused variable from unit test
This commit is contained in:
parent
2139a18272
commit
35e0ffa227
1 changed files with 1 additions and 8 deletions
|
@ -41,13 +41,6 @@ static const guint8 opus_ogg_id_header[19] = {
|
|||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
static const guint8 opus_ogg_comments_header[] = {
|
||||
0x4f, 0x70, 0x75, 0x73, 0x54, 0x61, 0x67, 0x73, 0x1e, 0x00, 0x00, 0x00, 0x45,
|
||||
0x6e, 0x63, 0x6f, 0x64, 0x65, 0x64, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x47,
|
||||
0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x65, 0x72, 0x20, 0x4f, 0x70, 0x75, 0x73,
|
||||
0x65, 0x6e, 0x63, 0x00, 0x00, 0x00, 0x00
|
||||
};
|
||||
|
||||
/* A lot of these taken from the vorbisdec test */
|
||||
|
||||
/* For ease of programming we use globals to keep refs for our floating
|
||||
|
|
Loading…
Reference in a new issue