Revision 5bb50c71
libavformat/movenc.c | ||
---|---|---|
1218 | 1218 |
track->enc->codec_type == AVMEDIA_TYPE_SUBTITLE)) { |
1219 | 1219 |
if(track->mode == MODE_MOV) { |
1220 | 1220 |
avio_wb32(pb, track->enc->width << 16); |
1221 |
avio_wb32(pb, track->enc->height << 16);
|
|
1221 |
avio_wb32(pb, track->height << 16); |
|
1222 | 1222 |
} else { |
1223 | 1223 |
double sample_aspect_ratio = av_q2d(st->sample_aspect_ratio); |
1224 | 1224 |
if(!sample_aspect_ratio || track->height != track->enc->height) |
Also available in: Unified diff