Add some more deprecation guards

Avoids unused function/label/variable warnings after the next version bump.
This commit is contained in:
Diego Biurrun
2016-05-04 00:27:19 +02:00
parent b7e64fba7f
commit 763d69bfb2
3 changed files with 10 additions and 0 deletions

View File

@@ -1199,7 +1199,9 @@ FF_ENABLE_DEPRECATION_WARNINGS
s->mb_height, linesize[2], 0);
}
#if FF_API_XVMC
ec_clean:
#endif
/* clean a few tables */
for (i = 0; i < s->mb_num; i++) {
const int mb_xy = s->mb_index2xy[i];