[vlc-devel] Bug? pixel size passed to libvlc_video_format_cb

Jérôme Forissier jerome at taodyne.com
Tue Mar 4 16:22:29 CET 2014


Hi,

I'm playing this 480x270 video with LibVLC:

$ avconv -i test.mp4 2>&1 | grep Video
    Stream #0.0(und): Video: h264 (High), yuv420p, 480x270 [PAR 1:1 DAR 16:9], 229 kb/s, 24 fps, 24 tbr, 12288 tbn, 48 tbc

- With VLC 2.1.4, the video format callback receives *width == 480 and *height == 270
- With a recent VLC from master (508d92f), I get *width == 480 and *height == 290

 Why is height set to 290 rather than 270?

Thanks,

-- 
Jerome




More information about the vlc-devel mailing list