comparison avcodec.h @ 4891:8cd8fd35b6aa libavcodec

add the possibility to choose aac profile patch by Nicolas George nicolas george chez normalesup org original thread: [Ffmpeg-devel] [PATCH] FAAC profile selection date: 04/27/2007 08:11 PM
author benoit
date Wed, 02 May 2007 13:49:08 +0000
parents 7f2863536c79
children 8f47dc8782f9
comparison
equal deleted inserted replaced
4890:7f2863536c79 4891:8cd8fd35b6aa
1818 * - encoding: Set by user. 1818 * - encoding: Set by user.
1819 * - decoding: Set by libavcodec. 1819 * - decoding: Set by libavcodec.
1820 */ 1820 */
1821 int profile; 1821 int profile;
1822 #define FF_PROFILE_UNKNOWN -99 1822 #define FF_PROFILE_UNKNOWN -99
1823 #define FF_PROFILE_AAC_MAIN 0
1824 #define FF_PROFILE_AAC_LOW 1
1825 #define FF_PROFILE_AAC_SSR 2
1826 #define FF_PROFILE_AAC_LTP 3
1823 1827
1824 /** 1828 /**
1825 * level 1829 * level
1826 * - encoding: Set by user. 1830 * - encoding: Set by user.
1827 * - decoding: Set by libavcodec. 1831 * - decoding: Set by libavcodec.