diff options
Diffstat (limited to 'ext/dv/gstdvdec.c')
-rw-r--r-- | ext/dv/gstdvdec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index 0c4ba18d..338bfdbd 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -63,8 +63,8 @@ enum ARG_0, ARG_CLAMP_LUMA, ARG_CLAMP_CHROMA, - ARG_QUALITY, - /* FILL ME */ + ARG_QUALITY + /* FILL ME */ }; const gint qualities[] = { @@ -73,7 +73,7 @@ const gint qualities[] = { DV_QUALITY_AC_2, DV_QUALITY_DC | DV_QUALITY_COLOR, DV_QUALITY_AC_1 | DV_QUALITY_COLOR, - DV_QUALITY_AC_2 | DV_QUALITY_COLOR, + DV_QUALITY_AC_2 | DV_QUALITY_COLOR }; #define DV_QUALITY_DEFAULT 5 |