diff --git a/dvgrab/dvframe.cc b/dvgrab/dvframe.cc index ae6ba5e..1a33fa6 100644 --- a/dvgrab/dvframe-old.cc +++ b/dvgrab/dvframe.cc @@ -61,7 +61,7 @@ DVFrame::DVFrame() #ifdef HAVE_LIBDV decoder = dv_decoder_new( 0, 0, 0 ); - decoder->quality = DV_QUALITY_COLOR | DV_QUALITY_AC_1; + decoder->quality = DV_QUALITY_COLOR | DV_QUALITY_AC_2; decoder->audio->arg_audio_emphasis = 2; dv_set_audio_correction ( decoder, DV_AUDIO_CORRECT_AVERAGE ); FILE* libdv_log = fopen( "/dev/null", "w" );