diff options
Diffstat (limited to 'command/video.h')
-rw-r--r-- | command/video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/video.h b/command/video.h index 447d3ec..ae39f20 100644 --- a/command/video.h +++ b/command/video.h @@ -167,7 +167,7 @@ private: void resetmarks(); bool addmark(int type, int position, MarkAdAspectRatio *before=NULL, - MarkAdAspectRatio *after=NULL, bool verticalborders=false ); + MarkAdAspectRatio *after=NULL); bool aspectratiochange(MarkAdAspectRatio &a, MarkAdAspectRatio &b, bool &start); int framelast; |