diff options
Diffstat (limited to 'src/buffer/video.h')
| -rw-r--r-- | src/buffer/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer/video.h b/src/buffer/video.h index 112688a..19dfd6e 100644 --- a/src/buffer/video.h +++ b/src/buffer/video.h @@ -19,7 +19,7 @@ struct camu_video_buffer { atomic(f64) pts; f64 seek_pts; - bool single_frame; + bool is_static; f64 avg_frame_duration; struct camu_scaler_format fmt; |