[FFmpeg-devel] [PATCH]Set dfa dar to 4/3

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Apr 8 21:16:28 CEST 2013


On Mon, Apr 08, 2013 at 06:08:42PM +0000, Carl Eugen Hoyos wrote:
> Paul B Mahol <onemda <at> gmail.com> writes:
> 
> > >> What about other samples?
> > >
> > > It also fixes 0002.dfa, thank you for noticing!
> > >
> > > I will apply if there are no more comments, Carl Eugen
> > 
> > Isn't this just 4:3, and no point in using width/height?
> 
> Yes, you are correct.
> 
> > sample aspect ratio != display aspect ratio
> 
> Yes, how can this be set differently?

I suspect he meant this should maybe be
st->sample_aspect_ratio = (AVRational){4, 3};
which is kind of something else.


More information about the ffmpeg-devel mailing list