]> git.sesse.net Git - vlc/commit
Added sout_UpdateStatistic and fixed transcode module to use it.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 20 Oct 2007 23:22:48 +0000 (23:22 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 20 Oct 2007 23:22:48 +0000 (23:22 +0000)
commite7d9e5601fe3603405749091d0eef49630ac7ee8
tree3a70312cd8ebd8aac1f0efb07466b60afd4505bc
parent9b62d7452507c8cbdd6c83fb137da9b6a0e3016d
 Added sout_UpdateStatistic and fixed transcode module to use it.
 As a side effect, it fixed a potential segfault (race condition) when using
sout-keep (but I am not sure if we have a stream_out module that can show the
problem)

 sout_UpdateStatistic still uses input internal data and that need to
be fixed. Audio output need such a clean too.
include/vlc_sout.h
modules/stream_out/transcode.c
src/stream_output/stream_output.c