diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-06-01 01:09:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-01 01:09:38 +0200 |
commit | f5ee10c16ac00f022e2f29bac3f51509e2799e02 (patch) | |
tree | d26678af959764447de256eb69ae49cfc8592933 /libavcodec/h263dec.c | |
parent | f9dcf1690c7c74fb8f12183f6b60c22026d632dd (diff) | |
parent | 2f15846ad7ad57beb0bca99c624affa0facf284b (diff) | |
download | ffmpeg-f5ee10c16ac00f022e2f29bac3f51509e2799e02.tar.gz |
Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'
* commit '2f15846ad7ad57beb0bca99c624affa0facf284b':
mpegvideo: wmv2: Move function declarations
Conflicts:
libavcodec/wmv2.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index d14e232640..a210772698 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -42,6 +42,7 @@ #include "qpeldsp.h" #include "vdpau_compat.h" #include "thread.h" +#include "wmv2.h" static enum AVPixelFormat h263_get_format(AVCodecContext *avctx) { |