Mercurial > mplayer.hg
changeset 6908:598f58f545ec
small fixes...
author | arpi |
---|---|
date | Mon, 05 Aug 2002 00:11:44 +0000 |
parents | 027d2140942b |
children | db5e0161f021 |
files | TOOLS/movinfo.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/movinfo.c Sun Aug 04 22:26:35 2002 +0000 +++ b/TOOLS/movinfo.c Mon Aug 05 00:11:44 2002 +0000 @@ -74,8 +74,8 @@ for (i=0; i<len; i++) fread(&data[i], 1, 1, f); - strncpy(codec, &data[43], len-43); - printf(" [codec: %s]\n", &codec); +// strncpy(codec, &data[43], len-43); +// printf(" [codec: %s]\n", &codec); fseek(f,orig_pos,SEEK_SET); } @@ -307,6 +307,7 @@ case 0x7A737473: // stsz Sample size table case 0x746f6e70: // pnot case 0x54434950: // PICT + case 0x70797466: break; default: lschunks(f,level+1,pos+atom_size); }