adts aac parser
Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
79b0b66ba0
commit
da46276ff8
3 changed files with 92 additions and 9 deletions
|
|
@ -622,5 +622,6 @@ PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha);
|
|||
#ifdef CONFIG_DVBSUB_DECODER
|
||||
av_register_codec_parser(&dvbsub_parser);
|
||||
#endif
|
||||
av_register_codec_parser(&aac_parser);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue