~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to libavformat/nutdec.c

  • Committer: Sérgio Benjamim
  • Date: 2015-07-20 03:55:05 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150720035505-i1jj1zcjcnd0mc7w
Updated to 2.7.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1005
1005
        AV_WL32(dst+4, skip_end);
1006
1006
    }
1007
1007
 
 
1008
    if (avio_tell(bc) >= maxpos)
 
1009
        return AVERROR_INVALIDDATA;
 
1010
 
1008
1011
    return 0;
1009
1012
}
1010
1013