OSDN Git Service

Ooops -- when copying and pasting code snippets, it helps to have the right types.
[handbrake-jp/handbrake-jp-git.git] / libhb / hb.h
index c33f70f..be62950 100644 (file)
@@ -77,7 +77,8 @@ hb_list_t   * hb_get_titles( hb_handle_t * );
 
 void          hb_get_preview( hb_handle_t *, hb_title_t *, int,
                               uint8_t * );
-void          hb_set_size( hb_job_t *, int ratio, int pixels, int par );
+void          hb_set_size( hb_job_t *, int ratio, int pixels );
+void          hb_set_anamorphic_size( hb_job_t * );
 
 /* Handling jobs */
 int           hb_count( hb_handle_t * );