diff options
Diffstat (limited to '')
-rw-r--r-- | src/decoder_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h index 37b7b65fa..6d8bc7a87 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -26,6 +26,8 @@ struct decoder { struct decoder_plugin *plugin; ConvState conv_state; + + int seeking; }; #endif |