Nirbheek Chauhan
8819350b74
openexr: Fix some warnings
```
../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:46:24: warning: ‘Imf_3_1::Int64’ is deprecated: use uint64_t [-Wdeprecated-declarations]
46 | virtual Int64 tellg ();
| ^
In file included from ../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:32:
/usr/include/OpenEXR/ImfInt64.h:23:32: note: declared here
23 | typedef IMATH_NAMESPACE::Int64 Int64;
| ^~~~~
../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:47:32: warning: ‘Imf_3_1::Int64’ is deprecated: use uint64_t [-Wdeprecated-declarations]
47 | virtual void seekg (Int64 pos);
| ^
In file included from ../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:32:
/usr/include/OpenEXR/ImfInt64.h:23:32: note: declared here
23 | typedef IMATH_NAMESPACE::Int64 Int64;
| ^~~~~
../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:67:26: warning: ‘Imf_3_1::Int64’ is deprecated: use uint64_t [-Wdeprecated-declarations]
67 | Int64 MemIStream::tellg ()
| ^
In file included from ../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:32:
/usr/include/OpenEXR/ImfInt64.h:23:32: note: declared here
23 | typedef IMATH_NAMESPACE::Int64 Int64;
| ^~~~~
../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:73:29: warning: ‘Imf_3_1::Int64’ is deprecated: use uint64_t [-Wdeprecated-declarations]
73 | MemIStream::seekg (Int64 pos)
| ^
In file included from ../subprojects/gst-plugins-bad/ext/openexr/gstopenexrdec.cpp:32:
/usr/include/OpenEXR/ImfInt64.h:23:32: note: declared here
23 | typedef IMATH_NAMESPACE::Int64 Int64;
| ^~~~~
```
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1977>
2022-03-18 22:49:16 +00:00
..
2021-10-18 23:25:50 +00:00
2021-12-21 22:20:34 +09:00
2022-01-03 06:42:23 +00:00
2021-11-10 16:53:04 +00:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2022-03-17 21:46:44 +11:00
2021-09-24 16:14:36 -03:00
2022-02-17 18:44:49 +00:00
2022-02-02 10:21:08 +01:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-10-30 00:52:42 +01:00
2021-10-18 18:03:19 +01:00
2021-09-24 16:14:36 -03:00
2021-10-18 18:03:19 +01:00
2022-02-25 18:20:52 +00:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2022-03-01 08:10:39 +00:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-10-18 18:03:19 +01:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2022-02-26 17:05:22 +05:30
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-10-18 18:03:19 +01:00
2021-10-18 18:03:19 +01:00
2021-09-24 16:14:36 -03:00
2021-10-29 00:14:53 +00:00
2021-10-20 11:20:44 +00:00
2021-09-24 16:14:36 -03:00
2022-02-15 08:18:44 +00:00
2022-01-09 18:12:47 +05:30
2022-03-18 22:49:16 +00:00
2021-09-24 16:14:36 -03:00
2021-11-24 13:11:23 +00:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-10-18 18:03:19 +01:00
2021-11-12 11:39:19 +00:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-12-11 19:09:09 -03:00
2021-09-24 16:14:36 -03:00
2021-10-19 07:19:41 +00:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-12-06 13:07:37 +00:00
2021-10-11 15:23:08 +02:00
2021-09-24 16:14:36 -03:00
2022-02-25 20:35:26 +00:00
2022-02-19 13:55:32 -03:00
2022-02-20 22:32:55 +00:00
2021-09-24 16:14:36 -03:00
2022-03-18 08:16:46 +00:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2022-03-16 09:07:21 +00:00
2021-10-18 18:03:19 +01:00
2021-09-24 16:14:36 -03:00
2021-09-24 16:14:36 -03:00
2021-10-20 17:05:34 +00:00