Skip to content

Commit

Permalink
ffmpeg: fix AAC/LATM playback for streams with changing config. From …
Browse files Browse the repository at this point in the history
…MythTV commit: b289778325e7a52995f6e5b37fce7f76e92d60aa
  • Loading branch information
tsp authored and margro committed Dec 4, 2011
1 parent ee9d3de commit 0a8fd4f
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 54 deletions.
1 change: 1 addition & 0 deletions lib/ffmpeg/libavcodec/aac.h
Expand Up @@ -129,6 +129,7 @@ typedef struct {
#define SCALE_MAX_POS 255 ///< scalefactor index maximum value
#define SCALE_MAX_DIFF 60 ///< maximum scalefactor difference allowed by standard
#define SCALE_DIFF_ZERO 60 ///< codebook index corresponding to zero scalefactor indices difference
#define POW_SF2_ZERO 200 ///< ff_aac_pow2sf_tab index corresponding to pow(2, 0);

/**
* Individual Channel Stream
Expand Down

0 comments on commit 0a8fd4f

Please sign in to comment.