Commit 2c2d0cb2 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

image: Removed unused function.

parent b94d6502
...@@ -566,11 +566,6 @@ static const char *Fourcc2Ext( vlc_fourcc_t i_codec ) ...@@ -566,11 +566,6 @@ static const char *Fourcc2Ext( vlc_fourcc_t i_codec )
} }
*/ */
static void video_release_buffer( picture_t *p_pic )
{
picture_Release( p_pic );
}
static picture_t *video_new_buffer( decoder_t *p_dec ) static picture_t *video_new_buffer( decoder_t *p_dec )
{ {
p_dec->fmt_out.video.i_chroma = p_dec->fmt_out.i_codec; p_dec->fmt_out.video.i_chroma = p_dec->fmt_out.i_codec;
......
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