From 3dc40e5c34919954c48d28467a4879bfcfe16159 Mon Sep 17 00:00:00 2001
From: Karl Blomster <kalle.blomster@gmail.com>
Date: Mon, 13 Jul 2009 02:48:07 +0000
Subject: [PATCH] Missed two renamings in the last commit.

Originally committed to SVN as r3109.
---
 aegisub/FFmpegSource2/utils.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aegisub/FFmpegSource2/utils.h b/aegisub/FFmpegSource2/utils.h
index 9ab240196..f6c9afe5c 100644
--- a/aegisub/FFmpegSource2/utils.h
+++ b/aegisub/FFmpegSource2/utils.h
@@ -49,6 +49,8 @@ extern "C" {
 // Compatibility with older/newer ffmpegs
 #if (LIBAVFORMAT_VERSION_INT) > (AV_VERSION_INT(52,34,0)) 
 #define codec_bmp_tags ff_codec_bmp_tags 
+#define codec_movvideo_tags ff_codec_movvideo_tags
+#define codec_wav_tags ff_codec_wav_tags
 #endif
 #ifndef AV_PKT_FLAG_KEY
 #define AV_PKT_FLAG_KEY PKT_FLAG_KEY
-- 
GitLab