]> git.sesse.net Git - vlc/commit
Revert "vout_pictures: Use unsigned for width and height in picture_Export."
authorLaurent Aimar <fenrir@videolan.org>
Mon, 24 Aug 2009 20:10:51 +0000 (22:10 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 24 Aug 2009 20:43:06 +0000 (22:43 +0200)
commit533ea9d053094332562fa201567810ee9bc63fc2
treef9f78a415cb1e31f58a7e3c81904c85a0aae72e3
parentb0c176cf226f4899b688397203038b150b3eb665
Revert "vout_pictures: Use unsigned for width and height in picture_Export."

This reverts commit 13268071115898a03f9b1d3c470a72de82eabf0c.

It is wrong as -1 and 0 does not have the same meaning for picture_Export.
(I will document it).
include/vlc_picture.h
src/video_output/vout_intf.c
src/video_output/vout_pictures.c