Skip to content

Commit

Permalink
squash me
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Jan 22, 2016
1 parent bc9b910 commit bc2db13
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -944,7 +944,7 @@ int CDVDVideoCodecFFmpeg::FilterProcess(AVFrame* frame)
return VC_ERROR;
}

av_frame_unref(m_pDecodedFrame);
av_frame_unref(m_pFrame);
av_frame_move_ref(m_pFrame, m_pFilterFrame);

return VC_PICTURE;
Expand Down

0 comments on commit bc2db13

Please sign in to comment.