mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 18:21:14 +08:00
Add some more deprecation guards
Avoids unused function/label/variable warnings after the next version bump.
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user