I have a problem with PAL DV:

**ERROR: [lav2yuv] DV PAL YV12 input was not configured at compile time

If I comment the line 471 of lav_common.c:

  # ifndef LIBDV_PAL_YV12
       //mjpeg_error_exit1("DV PAL YV12 input was not configured at " \
                           "compile time");
  # else
       switch (param->chroma) {
       [...]

it works correctly.

Do you know why you put this restriction?

Thanks,
  Luca

P.S.: I also tried to compile libdv --with-pal-yuv=YV12 but I had the
same error. So I manully defined the macro LIBDV_PAL_YV12 but the chroma
output was wrong...



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to