~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to libmpcodecs/pullup.c

  • Committer: William Grant
  • Date: 2007-02-03 03:16:07 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: william.grant@ubuntu.org.au-20070203031607-08gc2ompbz6spt9i
Update to 1.0rc1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
608
608
static void print_aff_and_breaks(struct pullup_context *c, struct pullup_field *f)
609
609
{
610
610
        int i;
611
 
        int max_l, max_r, l;
612
611
        struct pullup_field *f0 = f;
613
612
        const char aff_l[] = "+..", aff_r[] = "..+";
614
613
        printf("\naffinity: ");
698
697
void pullup_pack_frame(struct pullup_context *c, struct pullup_frame *fr)
699
698
{
700
699
        int i;
701
 
        int par = fr->parity;
702
700
        if (fr->buffer) return;
703
701
        if (fr->length < 2) return; /* FIXME: deal with this */
704
702
        for (i = 0; i < 2; i++)