diff options
Diffstat (limited to 'libhb/muxavformat.c')
-rw-r--r-- | libhb/muxavformat.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c index 0a69d83f8..b7533d4dc 100644 --- a/libhb/muxavformat.c +++ b/libhb/muxavformat.c @@ -290,6 +290,12 @@ static int avformatInit( hb_mux_object_t * m ) priv_size = 0; break; + case HB_VCODEC_FFMPEG_VP9: + track->st->codec->codec_id = AV_CODEC_ID_VP9; + priv_data = NULL; + priv_size = 0; + break; + case HB_VCODEC_THEORA: { track->st->codec->codec_id = AV_CODEC_ID_THEORA; |