summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdata.c
diff options
context:
space:
mode:
authorCharles Yates <charles.yates@pandora.be>2009-10-18 21:08:23 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-10-18 21:08:23 +0000
commit10a693b568e5062f385f57c2f20390894b30ba92 (patch)
tree12b7b8a5441a489515a1429971e16fac24f0529a /libavcodec/dvdata.c
parente17ccf60fe4ef23424f567bfa7e58199735d43fe (diff)
downloadffmpeg-streaming-10a693b568e5062f385f57c2f20390894b30ba92.zip
ffmpeg-streaming-10a693b568e5062f385f57c2f20390894b30ba92.tar.gz
fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot com
Originally committed as revision 20291 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dvdata.c')
-rw-r--r--libavcodec/dvdata.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/dvdata.c b/libavcodec/dvdata.c
index 5110872..1045afd 100644
--- a/libavcodec/dvdata.c
+++ b/libavcodec/dvdata.c
@@ -152,7 +152,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 30,
.height = 1080,
.width = 1280,
- .sar = {{1, 1}, {1, 1}},
+ .sar = {{1, 1}, {3, 2}},
.work_chunks = &work_chunks_dv100ntsci[0],
.idct_factor = &dv_idct_factor_hd1080[0],
.pix_fmt = PIX_FMT_YUV422P,
@@ -172,7 +172,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 25,
.height = 1080,
.width = 1440,
- .sar = {{1, 1}, {1, 1}},
+ .sar = {{1, 1}, {4, 3}},
.work_chunks = &work_chunks_dv100pali[0],
.idct_factor = &dv_idct_factor_hd1080[0],
.pix_fmt = PIX_FMT_YUV422P,
@@ -192,7 +192,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 60,
.height = 720,
.width = 960,
- .sar = {{1, 1}, {1, 1}},
+ .sar = {{1, 1}, {4, 3}},
.work_chunks = &work_chunks_dv100ntscp[0],
.idct_factor = &dv_idct_factor_hd720[0],
.pix_fmt = PIX_FMT_YUV422P,
@@ -212,7 +212,7 @@ static const DVprofile dv_profiles[] = {
.ltc_divisor = 50,
.height = 720,
.width = 960,
- .sar = {{1, 1}, {1, 1}},
+ .sar = {{1, 1}, {4, 3}},
.work_chunks = &work_chunks_dv100palp[0],
.idct_factor = &dv_idct_factor_hd720[0],
.pix_fmt = PIX_FMT_YUV422P,
OpenPOWER on IntegriCloud