Commit 249f6c1c authored by bcoudurier's avatar bcoudurier

fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20291 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 55c7ec28
...@@ -152,7 +152,7 @@ static const DVprofile dv_profiles[] = { ...@@ -152,7 +152,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 30, .ltc_divisor = 30,
.height = 1080, .height = 1080,
.width = 1280, .width = 1280,
.sar = {{1, 1}, {1, 1}}, .sar = {{1, 1}, {3, 2}},
.work_chunks = &work_chunks_dv100ntsci[0], .work_chunks = &work_chunks_dv100ntsci[0],
.idct_factor = &dv_idct_factor_hd1080[0], .idct_factor = &dv_idct_factor_hd1080[0],
.pix_fmt = PIX_FMT_YUV422P, .pix_fmt = PIX_FMT_YUV422P,
...@@ -172,7 +172,7 @@ static const DVprofile dv_profiles[] = { ...@@ -172,7 +172,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 25, .ltc_divisor = 25,
.height = 1080, .height = 1080,
.width = 1440, .width = 1440,
.sar = {{1, 1}, {1, 1}}, .sar = {{1, 1}, {4, 3}},
.work_chunks = &work_chunks_dv100pali[0], .work_chunks = &work_chunks_dv100pali[0],
.idct_factor = &dv_idct_factor_hd1080[0], .idct_factor = &dv_idct_factor_hd1080[0],
.pix_fmt = PIX_FMT_YUV422P, .pix_fmt = PIX_FMT_YUV422P,
...@@ -192,7 +192,7 @@ static const DVprofile dv_profiles[] = { ...@@ -192,7 +192,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 60, .ltc_divisor = 60,
.height = 720, .height = 720,
.width = 960, .width = 960,
.sar = {{1, 1}, {1, 1}}, .sar = {{1, 1}, {4, 3}},
.work_chunks = &work_chunks_dv100ntscp[0], .work_chunks = &work_chunks_dv100ntscp[0],
.idct_factor = &dv_idct_factor_hd720[0], .idct_factor = &dv_idct_factor_hd720[0],
.pix_fmt = PIX_FMT_YUV422P, .pix_fmt = PIX_FMT_YUV422P,
...@@ -212,7 +212,7 @@ static const DVprofile dv_profiles[] = { ...@@ -212,7 +212,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 50, .ltc_divisor = 50,
.height = 720, .height = 720,
.width = 960, .width = 960,
.sar = {{1, 1}, {1, 1}}, .sar = {{1, 1}, {4, 3}},
.work_chunks = &work_chunks_dv100palp[0], .work_chunks = &work_chunks_dv100palp[0],
.idct_factor = &dv_idct_factor_hd720[0], .idct_factor = &dv_idct_factor_hd720[0],
.pix_fmt = PIX_FMT_YUV422P, .pix_fmt = PIX_FMT_YUV422P,
......
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