]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rangecoder.h
Add spectral extension to the E-AC-3 decoder.
[ffmpeg] / libavcodec / rangecoder.h
index 4f8bbf588081bc6992374e329b8451a657783620..281c0fde33ccb70ded12de967ebd764787795b95 100644 (file)
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
- * @file rangecoder.h
+ * @file libavcodec/rangecoder.h
  * Range coder.
  */
 
@@ -30,7 +29,7 @@
 
 #include <stdint.h>
 #include <assert.h>
-#include "common.h"
+#include "libavutil/common.h"
 
 typedef struct RangeCoder{
     int low;
@@ -139,4 +138,4 @@ static inline int get_rac(RangeCoder *c, uint8_t * const state){
 #endif
 }
 
-#endif
+#endif /* AVCODEC_RANGECODER_H */