summaryrefslogtreecommitdiff
path: root/modules/avcodec/avcodec.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-01-04 21:19:40 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-01-04 21:19:40 +0100
commitb14e0e8c0fde976581fca7dc9975970c884d352a (patch)
treeba6ed34ec8d1992dfcceb65400b63c5b764ebe5e /modules/avcodec/avcodec.h
parent2e31901b6faf0bdef07cb69b76da1daa418318a5 (diff)
avcodec: configure h264 decoder by name
patch was written by @hargut fixes https://github.com/alfredh/baresip/pull/198
Diffstat (limited to 'modules/avcodec/avcodec.h')
-rw-r--r--modules/avcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/avcodec/avcodec.h b/modules/avcodec/avcodec.h
index 601a402..f3a2b70 100644
--- a/modules/avcodec/avcodec.h
+++ b/modules/avcodec/avcodec.h
@@ -18,6 +18,7 @@
extern const uint8_t h264_level_idc;
extern AVCodec *avcodec_h264enc;
+extern AVCodec *avcodec_h264dec;
/*