imgconvert: Re-enable the deprecation warnings

The end-marked was typoed in

f7edcac040
pull/164/head
Luca Barbato 9 years ago
parent f7edcac040
commit 7d36474d19
  1. 2
      libavcodec/imgconvert.c

@ -340,5 +340,5 @@ int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
return 0; return 0;
} }
FF_DISABLE_DEPRECATION_WARNINGS FF_ENABLE_DEPRECATION_WARNINGS
#endif /* FF_API_AVPICTURE */ #endif /* FF_API_AVPICTURE */

Loading…
Cancel
Save