* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with Libav; if not, write to the Free Software
+ * License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+
+ #include <inttypes.h>
+ #include <string.h>
+
+ #include "libavutil/intreadwrite.h"
+
#include "avcodec.h"
- #include "get_bits.h"
#include "internal.h"
/* Parser (mostly) copied from dvdsub.c */
#include "libavutil/intmath.h"
#include "libavutil/md5.h"
#include "libavutil/opt.h"
+
#include "avcodec.h"
#include "bswapdsp.h"
+#include "put_bits.h"
#include "golomb.h"
#include "internal.h"
#include "lpc.h"
#include "libavcodec/dv_profile.h"
#include "libavcodec/dv.h"
#include "dv.h"
++#include "libavutil/avassert.h"
#include "libavutil/fifo.h"
#include "libavutil/mathematics.h"
+#include "libavutil/intreadwrite.h"
+#include "libavutil/opt.h"
+#include "libavutil/timecode.h"
#define MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32-bit audio