mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-28 16:01:22 +02:00
- libeplayer3: sync with max_10
This commit is contained in:
4
libeplayer3/external/ffmpeg/mpeg4audio.h
vendored
4
libeplayer3/external/ffmpeg/mpeg4audio.h
vendored
@@ -53,8 +53,7 @@ extern const uint8_t ff_mpeg4audio_channels[8];
|
||||
* @param[in] sync_extension look for a sync extension after config if true.
|
||||
* @return On error -1 is returned, on success AudioSpecificConfig bit index in extradata.
|
||||
*/
|
||||
int avpriv_mpeg4audio_get_config(MPEG4AudioConfig *c, const uint8_t *buf,
|
||||
int bit_size, int sync_extension);
|
||||
int avpriv_mpeg4audio_get_config(MPEG4AudioConfig *c, const uint8_t *buf, int bit_size, int sync_extension);
|
||||
|
||||
enum AudioObjectType
|
||||
{
|
||||
@@ -108,5 +107,6 @@ enum AudioObjectType
|
||||
///<marker and the comment
|
||||
|
||||
int avpriv_copy_pce_data(PutBitContext *pb, GetBitContext *gb);
|
||||
uint8_t get_chan_config(int channels);
|
||||
|
||||
#endif /* AVCODEC_MPEG4AUDIO_H */
|
||||
|
Reference in New Issue
Block a user