[FFmpeg-cvslog] v410dec: include correct headers
Paul B. Mahol
git at videolan.org
Fri Dec 23 03:37:59 CET 2011
ffmpeg | branch: master | Paul B. Mahol <onemda at gmail.com> | Wed Dec 21 00:19:12 2011 +0000| [fede015468e696b0dad01a03f6628c1a4cae955e] | committer: Janne Grunau
v410dec: include correct headers
This file does not use anything from get_bits.h but needs
intreadwrite.h.
Signed-off-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Janne Grunau <janne-libav at jannau.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fede015468e696b0dad01a03f6628c1a4cae955e
---
libavcodec/v410dec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/v410dec.c b/libavcodec/v410dec.c
index 5df95f8..71cbe0b 100644
--- a/libavcodec/v410dec.c
+++ b/libavcodec/v410dec.c
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/intreadwrite.h"
#include "avcodec.h"
-#include "get_bits.h"
static av_cold int v410_decode_init(AVCodecContext *avctx)
{
More information about the ffmpeg-cvslog
mailing list