comparison aac.c @ 9949:6de3e34de218 libavcodec

Cosmetics: reindent after last commit
author alexc
date Fri, 10 Jul 2009 21:54:06 +0000
parents 98fd723f72e7
children 15c5048b9a49
comparison
equal deleted inserted replaced
9948:98fd723f72e7 9949:6de3e34de218
1660 break; 1660 break;
1661 if (ac->output_configured) 1661 if (ac->output_configured)
1662 av_log(avccontext, AV_LOG_ERROR, 1662 av_log(avccontext, AV_LOG_ERROR,
1663 "Not evaluating a further program_config_element as this construct is dubious at best.\n"); 1663 "Not evaluating a further program_config_element as this construct is dubious at best.\n");
1664 else 1664 else
1665 err = output_configure(ac, ac->che_pos, new_che_pos, 0); 1665 err = output_configure(ac, ac->che_pos, new_che_pos, 0);
1666 break; 1666 break;
1667 } 1667 }
1668 1668
1669 case TYPE_FIL: 1669 case TYPE_FIL:
1670 if (elem_id == 15) 1670 if (elem_id == 15)