]> git.sesse.net Git - vlc/commit
Forward port of revision 16113. Fixes a bug in live555 module, that made audio packet...
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 23 Jul 2006 16:21:35 +0000 (16:21 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 23 Jul 2006 16:21:35 +0000 (16:21 +0000)
commitbf43238e937fb0d2a9366bb82e19003375d696c7
tree6b1070a97296821f36a5c25fe616aa643f618e7c
parent42b84e0a23d56ce03030dbc5919ad1054608e7d0
Forward port of revision 16113. Fixes a bug in live555 module, that made audio packets (only for audio types that are not supported) being sent to the video decoder. This caused artefacts and segmentation faults in the decoder. VLC core handles the case for codec being not supported just fine, so removed the check for undefined codec.
modules/demux/live555.cpp