Changeset d902372231370939c6d52137c9d4f61a928d84a4

Show
Ignore:
Timestamp:
03/31/08 15:25:09 (5 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1206969909 +0200
git-parent:

[e91f2120737a55ea877a5090c03628d370b52090]

git-author:
Rafaël Carré <funman@videolan.org> 1206969909 +0200
Message:

Verbosely report EOF

Files:

Legend:

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

    re91f212 rd902372  
    498498            i_absolute = i_size; 
    499499        if( stream_Tell( p_demux->s ) >= i_size ) 
     500        { 
     501            msg_Err( p_demux, "Seeking too far : EOF?" ); 
    500502            return -1; 
     503        } 
    501504    } 
    502505