comparison mjpeg.c @ 1312:899c8f52094c libavcodec

10l
author al3x
date Mon, 16 Jun 2003 15:06:31 +0000
parents b76927543aaf
children 6696d3bf4ff2
comparison
equal deleted inserted replaced
1311:fc858abf6b10 1312:899c8f52094c
1390 goto out; 1390 goto out;
1391 } 1391 }
1392 1392
1393 if (id == ff_get_fourcc("LJIF")){ 1393 if (id == ff_get_fourcc("LJIF")){
1394 printf("Pegasus lossless jpeg header found\n"); 1394 printf("Pegasus lossless jpeg header found\n");
1395 int i;
1396 skip_bits(&s->gb, 16); /* version ? */ 1395 skip_bits(&s->gb, 16); /* version ? */
1397 skip_bits(&s->gb, 16); /* unknwon always 0? */ 1396 skip_bits(&s->gb, 16); /* unknwon always 0? */
1398 skip_bits(&s->gb, 16); /* unknwon always 0? */ 1397 skip_bits(&s->gb, 16); /* unknwon always 0? */
1399 skip_bits(&s->gb, 16); /* unknwon always 0? */ 1398 skip_bits(&s->gb, 16); /* unknwon always 0? */
1400 switch( get_bits(&s->gb, 8)){ 1399 switch( get_bits(&s->gb, 8)){