Commit e6615c58 authored by Pierre Letessier's avatar Pierre Letessier

Changed CV_FFMPEG_CAP_PROP_SAR_* values

parent baa21484
......@@ -24,8 +24,8 @@ enum
CV_FFMPEG_CAP_PROP_FPS=5,
CV_FFMPEG_CAP_PROP_FOURCC=6,
CV_FFMPEG_CAP_PROP_FRAME_COUNT=7,
CV_FFMPEG_CAP_PROP_SAR_NUM=39,
CV_FFMPEG_CAP_PROP_SAR_DEN=40
CV_FFMPEG_CAP_PROP_SAR_NUM=40,
CV_FFMPEG_CAP_PROP_SAR_DEN=41
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment