[vlc-devel] Possible bug in ffmpeg/mux.c
Miguel Angel Cabrera
macabrera at solaiemes.com
Sun Mar 23 18:30:33 CET 2008
Hi,
from a new access output i am developing i am trying to access i_dps or
i_pts from the block passed as argument in function Write.
I read them and always are zero, tracing through vlc i have found that
in modules/codec/ffmpeg/mux.c:IOWrite builds the packet that later is
passed to access output through stream output. In function IOWrite i
think that also is necessary to set i_dts and i_pts.
Someone can confirm this?
Thanks in advance
More information about the vlc-devel
mailing list