diff options
Diffstat (limited to 'src/decoder_internal.h')
-rw-r--r-- | src/decoder_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h index 6d8bc7a87..174ca019d 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -27,7 +27,7 @@ struct decoder { ConvState conv_state; - int seeking; + bool seeking; }; #endif |