~ppsspp/ppsspp/ffmpeg-upstream

« back to all changes in this revision

Viewing changes to libavcodec/h264_slice.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:
1558
1558
                                  (const uint8_t **)prev->f->data,
1559
1559
                                  prev->f->linesize,
1560
1560
                                  prev->f->format,
1561
 
                                  h->mb_width  * 16,
1562
 
                                  h->mb_height * 16);
 
1561
                                  prev->f->width,
 
1562
                                  prev->f->height);
1563
1563
                    h->short_ref[0]->poc = prev->poc + 2;
1564
1564
                }
1565
1565
                h->short_ref[0]->frame_num = h->prev_frame_num;