]> git.sesse.net Git - ffmpeg/commit
ffplay: use AVFrame::width and height instead of using codec or filter settings
authorMarton Balint <cus@passwd.hu>
Sat, 21 Apr 2012 22:17:54 +0000 (00:17 +0200)
committerMarton Balint <cus@passwd.hu>
Mon, 14 May 2012 22:31:56 +0000 (00:31 +0200)
commit843509e2648cf117b4cded70ecc8bfd110a143c1
tree19bf5009f1ab18c4298e9a965781897f8005f1ce
parent84087b243e825327a17bb0514c249f29b829a5b2
ffplay: use AVFrame::width and height instead of using codec or filter settings

Codec values may not reflect the actual frame size, and it also enables us to
simplify code in the avfilter enabled and the avfilter disabled case.

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