]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/libschroedingerenc.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / libschroedingerenc.c
index 2d8462127912d32f72bce0749aed93e9b91bdd84..965096ab010f0f33b9610cfe45e65a3c40af7aac 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
-* @file libschroedingerenc.c
+* @file libavcodec/libschroedingerenc.c
 * Dirac encoder support via libschroedinger-1.0 libraries. More details about
 * the Schroedinger project can be found at http://www.diracvideo.org/.
 * The library implements Dirac Specification Version 2.2
@@ -206,11 +206,6 @@ static int libschroedinger_encode_init(AVCodecContext *avccontext)
     schro_video_format_set_std_signal_range(p_schro_params->format,
                                             SCHRO_SIGNAL_RANGE_8BIT_VIDEO);
 
-
-    /* Hardcode motion vector precision to quarter pixel. */
-    schro_encoder_setting_set_double (p_schro_params->encoder,
-                                      "mv_precision", 2);
-
     /* Set the encoder format. */
     schro_encoder_set_video_format(p_schro_params->encoder,
                                    p_schro_params->format);