Changes between Initial Version and Version 1 of Ticket #420, comment 8
- Timestamp:
- Apr 25, 2012, 12:38:36 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #420, comment 8
initial v1 1 1 Hi guys. I ran into this exact problem using a December 26th snapshot of ffmpeg, which surprised me because it includes AAC's static flush function. 2 2 3 It turns out that in aacdec.h, 'AVCodec ff_aac_decoder''s flush function pointer was not assigned. Only 'AVCodec ff_aac_latm_decoder''s pointer was.3 It turns out that in aacdec.h, "AVCodec ff_aac_decoder"s flush function pointer was not assigned. Only "AVCodec ff_aac_latm_decoder"s pointer was. 4 4 5 5 I verified it fixed by setting the pointer and rebuilding ffmpeg, but I wanted to post here so it can hopefully be included in the main branch.


