comparison mpegaudiodec.c @ 6136:85f3acb225e9 libavcodec

Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
author michael
date Fri, 11 Jan 2008 18:18:45 +0000
parents 85c4aca68be3
children 5ef885b008c0
comparison
equal deleted inserted replaced
6135:1c67967d893b 6136:85f3acb225e9
2640 decode_init, 2640 decode_init,
2641 NULL, 2641 NULL,
2642 NULL, 2642 NULL,
2643 decode_frame, 2643 decode_frame,
2644 CODEC_CAP_PARSE_ONLY, 2644 CODEC_CAP_PARSE_ONLY,
2645 .flush= flush,
2645 }; 2646 };
2646 #endif 2647 #endif
2647 #ifdef CONFIG_MP3_DECODER 2648 #ifdef CONFIG_MP3_DECODER
2648 AVCodec mp3_decoder = 2649 AVCodec mp3_decoder =
2649 { 2650 {