diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-01-27 23:55:02 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-02-13 15:28:49 +0100 |
commit | 9f2b566301576242ce621b9b73a9bdccee7bb5ff (patch) | |
tree | 2bed97f0c043454c6345795cdf056fb6e315fc15 /libavcodec/wmv2enc.c | |
parent | 78087da47c6715602e60949e0004d3c1b5f95039 (diff) | |
download | ffmpeg-9f2b566301576242ce621b9b73a9bdccee7bb5ff.tar.gz |
avcodec/msmpeg4.h: Move encoder-only stuff to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/wmv2enc.c')
-rw-r--r-- | libavcodec/wmv2enc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmv2enc.c b/libavcodec/wmv2enc.c index 5cb4c4073c..2622f833b0 100644 --- a/libavcodec/wmv2enc.c +++ b/libavcodec/wmv2enc.c @@ -22,6 +22,7 @@ #include "h263.h" #include "mpegvideo.h" #include "msmpeg4.h" +#include "msmpeg4enc.h" #include "msmpeg4data.h" #include "wmv2.h" #include "wmv2enc.h" |