Skip to content

Commit

Permalink
VideoPlayer: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Nov 2, 2017
1 parent 721c4f4 commit 055f6ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,6 @@ bool CDVDVideoCodecFFmpeg::GetPictureCommon(VideoPicture* pVideoPicture)
else
pVideoPicture->color_range = 0;

int qscale_type;
pVideoPicture->qp_table = av_frame_get_qp_table(m_pFrame,
&pVideoPicture->qstride,
&pVideoPicture->qscale_type);
Expand Down

0 comments on commit 055f6ee

Please sign in to comment.