OSDN Git Service

ffplay: put aspect ratio info to the VideoPicture struct
authorMarton Balint <cus@passwd.hu>
Sat, 28 Apr 2012 21:39:43 +0000 (23:39 +0200)
committerMarton Balint <cus@passwd.hu>
Mon, 14 May 2012 22:31:56 +0000 (00:31 +0200)
commit825ec16da955fd9c726d8e6c846cf9257a781a87
tree13b28d65a398a7cda29780bf6fa02f1b9ee26ebb
parent843509e2648cf117b4cded70ecc8bfd110a143c1
ffplay: put aspect ratio info to the VideoPicture struct

Also use av_guess_sample_aspect_ratio for determining aspect ratio of the video
frame if not using avfilter.

Signed-off-by: Marton Balint <cus@passwd.hu>
ffplay.c