comparison parser.c @ 4679:acdd4b24f5c5 libavcodec

hardcode ff_ac3_frame_sizes table
author jbr
date Sun, 18 Mar 2007 04:53:21 +0000
parents 6679d37a3338
children 9b4c5d2fb8ce
comparison
equal deleted inserted replaced
4678:ae5abc4dc946 4679:acdd4b24f5c5
708 { 708 {
709 AC3ParseContext *s = s1->priv_data; 709 AC3ParseContext *s = s1->priv_data;
710 s->inbuf_ptr = s->inbuf; 710 s->inbuf_ptr = s->inbuf;
711 s->header_size = AC3_HEADER_SIZE; 711 s->header_size = AC3_HEADER_SIZE;
712 s->sync = ac3_sync; 712 s->sync = ac3_sync;
713 ac3_common_init();
714 return 0; 713 return 0;
715 } 714 }
716 #endif 715 #endif
717 716
718 #ifdef CONFIG_AAC_PARSER 717 #ifdef CONFIG_AAC_PARSER