about summary refs log tree commit diff
path: root/converter/other/fiasco/codec/cwfa.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/codec/cwfa.h')
-rw-r--r--converter/other/fiasco/codec/cwfa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/fiasco/codec/cwfa.h b/converter/other/fiasco/codec/cwfa.h
index dd86fbfc..e8e2d474 100644
--- a/converter/other/fiasco/codec/cwfa.h
+++ b/converter/other/fiasco/codec/cwfa.h
@@ -33,7 +33,7 @@ extern const real_t MAXCOSTS;
 typedef struct motion
 {
    image_t	 *original;		/* Current image */
-   image_t	 *past;			/* Preceeding image */
+   image_t	 *past;			/* Preceding image */
    image_t	 *future;		/* Succeeding image */
    frame_type_e	  frame_type;		/* frame type: B_, P_ I_FRAME */
    unsigned	  number;		/* display number of frame */