[svn] / branches / dev-api-4 / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/encoder.c

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

revision 1257, Fri Dec 12 08:19:13 2003 UTC revision 1258, Fri Dec 12 09:58:40 2003 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: encoder.c,v 1.95.2.56 2003-11-30 16:13:15 edgomez Exp $   * $Id: encoder.c,v 1.95.2.57 2003-12-12 09:58:40 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 1223  Line 1223 
1223                  /* ---- update vol flags at IVOP ----------- */                  /* ---- update vol flags at IVOP ----------- */
1224                  pEnc->current->vol_flags = pEnc->mbParam.vol_flags = frame->vol_flags;                  pEnc->current->vol_flags = pEnc->mbParam.vol_flags = frame->vol_flags;
1225                  switch(frame->par) {                  switch(frame->par) {
1226                    case 0:
1227                            pEnc->mbParam.par = XVID_PAR_11_VGA;
1228                            break;
1229                  case XVID_PAR_11_VGA:                  case XVID_PAR_11_VGA:
1230                  case XVID_PAR_43_PAL:                  case XVID_PAR_43_PAL:
1231                  case XVID_PAR_43_NTSC:                  case XVID_PAR_43_NTSC:

Legend:
Removed from v.1257  
changed lines
  Added in v.1258

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