summaryrefslogtreecommitdiff
path: root/libavcodec/snowenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-28 00:59:24 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 19:41:43 +0100
commit20d74fb09dbf133f9de92ed55314c7a547309d84 (patch)
tree2baf144700f3befc5e66bb4969a0f90fab0b36d7 /libavcodec/snowenc.c
parent20033c7da4d631385dcb2afc4ed907c3500d8372 (diff)
avcodec/h263.h: Move encoder-only stuff to a new header h263enc.h
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/snowenc.c')
-rw-r--r--libavcodec/snowenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/snowenc.c b/libavcodec/snowenc.c
index df31eb8132..e169ae601d 100644
--- a/libavcodec/snowenc.c
+++ b/libavcodec/snowenc.c
@@ -34,7 +34,7 @@
#include "mathops.h"
#include "mpegvideo.h"
-#include "h263.h"
+#include "h263enc.h"
static av_cold int encode_init(AVCodecContext *avctx)
{