]> git.sesse.net Git - vlc/commit
Fixed es_format_t::i_codec/i_original_fourcc values after the decoder.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 12 May 2009 20:52:18 +0000 (22:52 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 13 May 2009 19:18:19 +0000 (21:18 +0200)
commit99d6464fd43bcc6229741e3d11f7b96a3d063dce
treef4029a5b267a3710807a9cb43a1af976212f3583
parent724461bdf250e856eb32f6c0b7c51b065e482982
Fixed es_format_t::i_codec/i_original_fourcc values after the decoder.

es_format_t::i_codec will be the codec from vlc_fourcc.h
es_format_t::i_original_fourcc will contains the original fourcc
value.

This allows to simplify the decoder/packetizer and every sout modules.
src/input/es_out.c