lib/xiph/OggSyncState: disallow copying
This commit is contained in:
@ -45,6 +45,9 @@ public:
|
|||||||
ogg_sync_clear(&oy);
|
ogg_sync_clear(&oy);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OggSyncState(const OggSyncState &) = delete;
|
||||||
|
OggSyncState &operator=(const OggSyncState &) = delete;
|
||||||
|
|
||||||
void Reset() {
|
void Reset() {
|
||||||
ogg_sync_reset(&oy);
|
ogg_sync_reset(&oy);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user