[MPlayer-dev-eng] DVDNAV Next Issues

Benjamin Zores ben at geexbox.org
Sat Jan 26 16:53:47 CET 2008


Hi,

I have more questions regarding DVDNAV.
Ötvös, this is especially for you, but I want other people to know about.

Regarding the rest of your "monster" patch ...
Looking at command.c file and all that you've added to stream_dvdnav.

What is the purpose of:

+#ifdef USE_DVDNAV
+       if (mpctx->stream->type == STREAMTYPE_DVDNAV)
+           dvdnav_reg_mp_aid(mpctx->stream, audio_id);
+#endif

in mp_property_audio(...)

and

+#ifdef USE_DVDNAV
+    if (mpctx->stream->type == STREAMTYPE_DVDNAV)
+        dvdnav_reg_mp_sid(mpctx->stream, dvdsub_id);
+#endif

in mp_property_sub(...)

??

Any hint is welcome.

Ben



More information about the MPlayer-dev-eng mailing list