summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-01-21 09:29:39 +0100
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-03-07 11:28:29 +0100
commit4737fe6907d2693d044d29ca06510cc6fcbec544 (patch)
treebd8d00d014b1f28a31b013c04e216894176542f6 /libavcodec/allcodecs.c
parent3ab178516ec85e7cf524f8c2e0791c5f000b532c (diff)
lavc: add h264 mediacodec decoder
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 91c1c5c9f3..3a59d13ec6 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -196,6 +196,7 @@ void avcodec_register_all(void)
REGISTER_ENCDEC (H263P, h263p);
REGISTER_DECODER(H264, h264);
REGISTER_DECODER(H264_CRYSTALHD, h264_crystalhd);
+ REGISTER_DECODER(H264_MEDIACODEC, h264_mediacodec);
REGISTER_DECODER(H264_MMAL, h264_mmal);
REGISTER_DECODER(H264_QSV, h264_qsv);
REGISTER_DECODER(H264_VDA, h264_vda);