~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to libavcodec/webp.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:
1387
1387
    }
1388
1388
 
1389
1389
    av_dict_free(&s->exif_metadata);
1390
 
    while (bytestream2_get_bytes_left(&gb) > 0) {
 
1390
    while (bytestream2_get_bytes_left(&gb) > 8) {
1391
1391
        char chunk_str[5] = { 0 };
1392
1392
 
1393
1393
        chunk_type = bytestream2_get_le32(&gb);