mirror of
https://github.com/NGSolve/netgen.git
synced 2025-05-18 08:10:50 +05:00
avoid compiler warning about missing return statement
current gcc versions return a random value here what can be seen as security problem (SUSE distro checks complain here therefore)
This commit is contained in:
parent
9d361a354a
commit
2358c193e5
@ -235,6 +235,7 @@ class Mpeg {
|
||||
sws_ctx = sws_getContext( width, height, AV_PIX_FMT_RGB24,
|
||||
width, height, AV_PIX_FMT_YUV420P,
|
||||
SWS_BICUBIC, NULL, NULL, NULL );
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user