comparison mov.c @ 1113:f3088e843a35 libavformat

fix unused computed value
author bcoudurier
date Tue, 13 Jun 2006 22:49:05 +0000
parents a188feae9a07
children c25f3b5b9a5c
comparison
equal deleted inserted replaced
1112:241e057ed0ef 1113:f3088e843a35
1402 get_be16(pb); /* reserved */ 1402 get_be16(pb); /* reserved */
1403 1403
1404 url_fskip(pb, 36); /* display matrix */ 1404 url_fskip(pb, 36); /* display matrix */
1405 1405
1406 /* those are fixed-point */ 1406 /* those are fixed-point */
1407 /*st->codec->width =*/ get_be32(pb) >> 16; /* track width */ 1407 get_be32(pb); /* track width */
1408 /*st->codec->height =*/ get_be32(pb) >> 16; /* track height */ 1408 get_be32(pb); /* track height */
1409 1409
1410 return 0; 1410 return 0;
1411 } 1411 }
1412 1412
1413 /* this atom should be null (from specs), but some buggy files put the 'moov' atom inside it... */ 1413 /* this atom should be null (from specs), but some buggy files put the 'moov' atom inside it... */