]> git.sesse.net Git - vlc/commit
* all: removed block_t->b_discontinuity,b_frame_* and added i_flags
authorLaurent Aimar <fenrir@videolan.org>
Wed, 25 Feb 2004 17:48:52 +0000 (17:48 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 25 Feb 2004 17:48:52 +0000 (17:48 +0000)
commitde81c25db345fcad4ac8106f52845dc2fd11cf50
tree010004750ad2c18104cb9fbfae2ce0f52a4b38ff
parente7523028f53b0af5d9654e21fa3bdff7adb411bb
 * all: removed block_t->b_discontinuity,b_frame_* and added i_flags
 field and a few BLOCK_FLAG_*.
13 files changed:
include/vlc_block.h
modules/codec/a52.c
modules/codec/dts.c
modules/codec/faad.c
modules/codec/ffmpeg/audio.c
modules/codec/ffmpeg/video.c
modules/codec/flac.c
modules/codec/libmpeg2.c
modules/codec/mpeg_audio.c
modules/demux/a52.c
modules/demux/dts.c
modules/demux/flac.c
src/misc/block.c