]> git.sesse.net Git - ffmpeg/commit
aacenc: treat unknown profile as AAC-LC
authorRostislav Pehlivanov <atomnuker@gmail.com>
Fri, 21 Aug 2015 20:28:20 +0000 (21:28 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Fri, 21 Aug 2015 20:28:20 +0000 (21:28 +0100)
commit88a5f93f629a6eca96c348c40902a541f10ef467
tree747946f873841106bd8e6f476a0dfd4e1b1452ae
parentfb0c295cc3d22a2a18de9ade9412527f8a7de0e9
aacenc: treat unknown profile as AAC-LC

When the encoder is ran without specifying -profile:a
the default avctx->profile value is -99 (FF_PROFILE_UKNOWN),
which used to be treated as AAC-LC.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/aacenc.c