comparison mov.c @ 800:e979dcad0d2f libavformat

better dont read the width/height at all, its random anyway
author michael
date Mon, 27 Jun 2005 07:09:48 +0000
parents 040cf31abb4b
children 6ace9fde011e
comparison
equal deleted inserted replaced
799:c69cd990c32f 800:e979dcad0d2f
1440 get_be16(pb); /* reserved */ 1440 get_be16(pb); /* reserved */
1441 1441
1442 url_fskip(pb, 36); /* display matrix */ 1442 url_fskip(pb, 36); /* display matrix */
1443 1443
1444 /* those are fixed-point */ 1444 /* those are fixed-point */
1445 st->codec.width = get_be32(pb) >> 16; /* track width */ 1445 /*st->codec.width =*/ get_be32(pb) >> 16; /* track width */
1446 st->codec.height = get_be32(pb) >> 16; /* track height */ 1446 /*st->codec.height =*/ get_be32(pb) >> 16; /* track height */
1447 1447
1448 return 0; 1448 return 0;
1449 } 1449 }
1450 1450
1451 /* this atom should be null (from specs), but some buggy files put the 'moov' atom inside it... */ 1451 /* this atom should be null (from specs), but some buggy files put the 'moov' atom inside it... */