This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
imgconvert: Re-enable the deprecation warnings
The end-marked was typoed in
f7edcac040
tags/n3.0
Luca Barbato
10 years ago
parent
f7edcac040
commit
7d36474d19
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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_
DIS
ABLE_DEPRECATION_WARNINGS
FF_
EN
ABLE_DEPRECATION_WARNINGS
#endif /* FF_API_AVPICTURE */
Write
Preview
Loading…
Cancel
Save