]> git.sesse.net Git - vlc/commit
* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag...
authorGildas Bazin <gbazin@videolan.org>
Tue, 30 Sep 2003 20:23:03 +0000 (20:23 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 30 Sep 2003 20:23:03 +0000 (20:23 +0000)
commita4ee447788e85ead0d1ce0e0f7f345af3829ddc9
tree6f26e8290194308ce98339069b23832f03578278
parentebc29b883cc010c515ae762b784c827cf1f4ee42
* include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec.
* include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks.
* modules/codec/a52.c: modified to use the bytestream reading functions.
  The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
include/vlc_block.h
include/vlc_block_helper.h [new file with mode: 0644]
modules/codec/a52.c
modules/codec/libmpeg2.c