Index: mm_ffmpeg.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/media_mover/mm_ffmpeg/mm_ffmpeg.module,v
retrieving revision 1.1.2.38
diff -u -p -r1.1.2.38 mm_ffmpeg.module
--- mm_ffmpeg.module	28 Jan 2008 19:51:04 -0000	1.1.2.38
+++ mm_ffmpeg.module	19 Feb 2008 00:55:41 -0000
@@ -791,7 +791,7 @@ function mm_ffmpeg_config($action, $conf
       '#default_value' => $configuration['ffmpeg_video_advanced'],
     );
     
-    $frame_size = array('128x96' => '128x96', '176x144' => '176x144', '352x288' => '352x288', '704x576' => '704x576');
+    $frame_size = array('128x96' => '128x96', '176x144' => '176x144', '352x288' => '352x288', '512x384' => '512x384', '704x576' => '704x576');
     $form['mm_ffmpeg']['video']["ffmpeg_video_size"] = array(
       '#type' => 'select',
       '#title' => t('Video frame size'),
