diff avformat.h @ 5770:20ed96c29062 libavformat

av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling. The sample rate, frame size, and channel count from the container are not reliable when backwards compatible signaling is used.
author alexc
date Mon, 08 Mar 2010 00:00:50 +0000
parents dbc61b2840eb
children 7a123cc24a81
line wrap: on
line diff
--- a/avformat.h	Sun Mar 07 23:10:18 2010 +0000
+++ b/avformat.h	Mon Mar 08 00:00:50 2010 +0000
@@ -22,7 +22,7 @@
 #define AVFORMAT_AVFORMAT_H
 
 #define LIBAVFORMAT_VERSION_MAJOR 52
-#define LIBAVFORMAT_VERSION_MINOR 54
+#define LIBAVFORMAT_VERSION_MINOR 55
 #define LIBAVFORMAT_VERSION_MICRO  0
 
 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \