Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-12 21:57:37 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-12 21:57:37 +0300
commit218f58a16a3dd6c1b3eecef18bb45c04439c7799 (patch)
tree98205644fd62945cb1ed816744dacc4193941b4d /libavcodec/rv20enc.c
parent58f63670e173c1113ab231850572be303a21faef (diff)
parente3d0f49abb20a551bf6d885f75c354d6d0bbeb9d (diff)
Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'
* commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d': mpegvideo: h263: Move all tables to a single file Conflicts: libavcodec/h263.h libavcodec/h263data.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv20enc.c')
-rw-r--r--libavcodec/rv20enc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rv20enc.c b/libavcodec/rv20enc.c
index f9926d8090..8e292ffa3a 100644
--- a/libavcodec/rv20enc.c
+++ b/libavcodec/rv20enc.c
@@ -28,6 +28,7 @@
#include "mpegvideo.h"
#include "mpegvideodata.h"
#include "h263.h"
+#include "h263data.h"
#include "put_bits.h"
void ff_rv20_encode_picture_header(MpegEncContext *s, int picture_number){