Commit 92a6b67a authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Paul Saman

davinci decoder : draw black borders around video when not resizing

video doesn't work yet
Signed-off-by: Jean-Paul Saman's avatarJean-Paul Saman <jean-paul.saman@m2x.nl>
parent 79eb3508
......@@ -42,7 +42,7 @@ vlc_module_begin();
set_capability( "decoder", 1337 );
set_callbacks( OpenVideoDecoder, CloseVideoDecoder );
#ifdef DAVINCI_HACK
add_bool( "davinci-viddec-fullscreen", VLC_TRUE, fullscreen_cb,
add_bool( "davinci-viddec-fullscreen", VLC_TRUE, NULL,
VIDDEC_FULLSCREEN_TEXT, VIDDEC_FULLSCREEN_TEXT, VLC_FALSE );
#endif
add_string( "davinci-viddec-chroma", "", NULL,
......
......@@ -40,10 +40,6 @@
int OpenVideoDecoder( vlc_object_t * );
void CloseVideoDecoder( vlc_object_t * );
#ifdef DAVINCI_HACK
int fullscreen_cb( vlc_object_t *, const char *,
vlc_value_t, vlc_value_t, void * );
#endif
int OpenAudioDecoder( vlc_object_t * );
void CloseAudioDecoder( vlc_object_t * );
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment