linux_xanmod: 5.11.14 -> 5.11.15
[NixPkgs.git] / pkgs / development / libraries / mp4v2 / fix-build-clang.patch
blob5d99f1951f7ab4e5b777cdd7ebdc21e68551ff11
1 diff --git a/src/mp4.cpp b/src/mp4.cpp
2 index c2a7238..9bb3e38 100644
3 --- a/src/mp4.cpp
4 +++ b/src/mp4.cpp
5 @@ -870,7 +870,7 @@ MP4FileHandle MP4ReadProvider( const char* fileName, const MP4FileProvider* file
8 catch (...) {
9 - return MP4_INVALID_TRACK_ID;
10 + return NULL;