]> git.sesse.net Git - vlc/commit
* ffmpeg: --ffmpeg-truncated is now an int :
authorLaurent Aimar <fenrir@videolan.org>
Wed, 7 May 2003 15:44:59 +0000 (15:44 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 7 May 2003 15:44:59 +0000 (15:44 +0000)
commit666800bc4617dfef6d467c1edbf3e695be12dbba
tree89aa1518598c9464b519f93f6c7df9fee86cec05
parentec48ad6cc8facaa1986dd58fefbf6326caf3bfce
 * ffmpeg: --ffmpeg-truncated is now an int :
  * -1 -> CODEC_FLAG_TRUNCATED is set only if width == height == 0 (only TS should produce this)
  * 0  -> disable CODEC_FLAG_TRUNCATED
  * 1  -> force CODEC_FLAG_TRUNCATED
modules/codec/ffmpeg/ffmpeg.c
modules/codec/ffmpeg/video.c