Commit 7c65a4f8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avcodec: remove stray comments

This hack was disabled twelve years ago...
parent 3ccd91d3
...@@ -398,8 +398,6 @@ int InitVideoDec( decoder_t *p_dec, AVCodecContext *p_context, ...@@ -398,8 +398,6 @@ int InitVideoDec( decoder_t *p_dec, AVCodecContext *p_context,
p_sys->b_direct_rendering = true; p_sys->b_direct_rendering = true;
} }
/* libavcodec doesn't properly release old pictures when frames are skipped */
//if( p_sys->b_hurry_up ) p_sys->b_direct_rendering = false;
if( p_sys->b_direct_rendering ) if( p_sys->b_direct_rendering )
{ {
msg_Dbg( p_dec, "trying to use direct rendering" ); msg_Dbg( p_dec, "trying to use direct rendering" );
......
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