[svn] / trunk / xvidcore / src / decoder.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/decoder.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1988, Wed May 18 09:10:05 2011 UTC revision 2132, Fri Jan 8 18:01:22 2016 UTC
# Line 1647  Line 1647 
1647      if(stats) {      if(stats) {
1648        stats->type = XVID_TYPE_VOL;        stats->type = XVID_TYPE_VOL;
1649        stats->data.vol.general = 0;        stats->data.vol.general = 0;
1650        /*XXX: if (dec->interlacing)            stats->data.vop.general = 0;
1651          stats->data.vol.general |= ++INTERLACING; */            if (dec->interlacing) {
1652                    stats->data.vol.general |= XVID_VOL_INTERLACING;
1653                    if (dec->top_field_first) {
1654                  stats->data.vop.general |= XVID_VOP_TOPFIELDFIRST;
1655                    }
1656              }
1657        stats->data.vol.width = dec->width;        stats->data.vol.width = dec->width;
1658        stats->data.vol.height = dec->height;        stats->data.vol.height = dec->height;
1659        stats->data.vol.par = dec->aspect_ratio;        stats->data.vol.par = dec->aspect_ratio;

Legend:
Removed from v.1988  
changed lines
  Added in v.2132

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4