--- ./ffmpeg_wrapper.module	2010-12-09 10:55:49.000000000 -0500
+++ ./ffmpeg_wrapper_new.module	2010-12-09 10:56:55.000000000 -0500
@@ -409,7 +409,7 @@ function ffmpeg_wrapper_get_codecs($retu
   if (!isset($cache->data)) {
     $data = array();
     // get formats from ffmpeg
-    $output = ffmpeg_wrapper_run_command('-formats');
+    $output = ffmpeg_wrapper_run_command('-codecs');
 
     // parse the list
     // we know where the codecs are by looking at the output of ffmpeg -formats
@@ -1286,4 +1286,4 @@ function ffmpeg_wrapper_configuration_fo
   );
 
   return $form;
-}
\ No newline at end of file
+}
