Changeset 38dd5944e45779e644f9ed0eaac8f03fc5f980eb

Show
Ignore:
Timestamp:
16/01/07 11:55:31 (2 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1168944931 +0000
git-parent:

[68652ddf55c0ed4fed48ce452b697f9752b92df7]

git-author:
Christophe Massiot <massiot@videolan.org> 1168944931 +0000
Message:

* modules/codec/mpeg_audio.c: Add a debug message for broken streams.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/mpeg_audio.c

    rd3fe7f2 r38dd594  
    200200    { 
    201201        /* We've just started the stream, wait for the first PTS. */ 
     202        msg_Dbg( p_dec, "waiting for PTS" ); 
    202203        block_Release( *pp_block ); 
    203204        return NULL;