[vlc-commits] BDA: work around unimplemented dvb_enum_systems()
Rémi Denis-Courmont
git at videolan.org
Thu Nov 3 19:55:28 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Nov 3 20:53:59 2011 +0200| [ad2b31594906d4b2ac21d3ba0a000a19e94ebc20] | committer: Rémi Denis-Courmont
BDA: work around unimplemented dvb_enum_systems()
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad2b31594906d4b2ac21d3ba0a000a19e94ebc20
---
modules/access/dtv/bdagraph.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/dtv/bdagraph.cpp b/modules/access/dtv/bdagraph.cpp
index 670595d..3d6e5a5 100644
--- a/modules/access/dtv/bdagraph.cpp
+++ b/modules/access/dtv/bdagraph.cpp
@@ -167,6 +167,7 @@ void dvb_remove_pid (dvb_device_t *, uint16_t)
unsigned dvb_enum_systems (dvb_device_t *)
{
#warning TODO
+ return 0;
}
float dvb_get_signal_strength (dvb_device_t *)
More information about the vlc-commits
mailing list