]> git.sesse.net Git - vlc/commit
* src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t...
authorGildas Bazin <gbazin@videolan.org>
Mon, 24 Nov 2003 23:22:01 +0000 (23:22 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 24 Nov 2003 23:22:01 +0000 (23:22 +0000)
commit89fd537f7dbd6775d9fd3b6295e4a3bf1a61bbf7
treee27f086e018d49ed4ae62084de541a5de0c9a5a9
parentf4d5ed752021a45241c180d685dcfd89b2981440
* src/input/input_dec.c, include/vlc_codec.h: added 2 callbacks in the decoder_t structure for pictures linking/unlinking.
* modules/codec/libmpeg2.c: restored pictures linking/unlinking code.
* modules/codec/ffmpeg/video.c: idem and reenabled direct rendering even when the hurry-up mode is activated as it doesn't seem to create a problem anymore with recent ffmpeg.
include/vlc_codec.h
modules/codec/ffmpeg/video.c
modules/codec/libmpeg2.c
src/input/input_dec.c