]> git.sesse.net Git - vlc/commit
Fixed decoder spacing mode selection.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 27 Apr 2009 19:07:00 +0000 (21:07 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 28 Apr 2009 16:59:41 +0000 (18:59 +0200)
commitba4c4c1915f7d6fac8a8d07e7b16f6e67f12971e
tree3f4757415079c2ce2cc08018cc047bc9e0b9e144
parentabfc0650df0cb54c55bb7783a75b9c29029ae8b5
Fixed decoder spacing mode selection.

Becarfull it breaks the API by modifying input_DecoderDecode prototype.
(only stream_output display module use it).
include/vlc_input.h
modules/stream_out/display.c
src/input/decoder.c
src/input/es_out.c