Browse Source

imgconvert: Re-enable the deprecation warnings

The end-marked was typoed in

f7edcac040
tags/n3.0
Luca Barbato 10 years ago
parent
commit
7d36474d19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/imgconvert.c

+ 1
- 1
libavcodec/imgconvert.c View File

@@ -340,5 +340,5 @@ int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width,
return 0;
}

FF_DISABLE_DEPRECATION_WARNINGS
FF_ENABLE_DEPRECATION_WARNINGS
#endif /* FF_API_AVPICTURE */

Loading…
Cancel
Save