diff --git a/enable_decoders b/enable_decoders index 9c297cd..2b76aba 100644 --- a/enable_decoders +++ b/enable_decoders @@ -95,6 +95,7 @@ vp6f # libav vp8 # libvpx vp9 # libvpx webp # libwebp +webvtt # trivial xbm # trivial xwd # xwd y41p # trivial diff --git a/enable_encoders b/enable_encoders index a05aa93..2ee1ba7 100644 --- a/enable_encoders +++ b/enable_encoders @@ -75,6 +75,7 @@ v308 # trivial v408 # trivial v410 # trivial vorbis # libvorbis +webvtt # trivial xbm # (X11) xwd # xwd y41p # trivial diff --git a/ffmpeg-4.changes b/ffmpeg-4.changes index df2bb24..08cd454 100644 --- a/ffmpeg-4.changes +++ b/ffmpeg-4.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 11 08:28:47 UTC 2018 - carmen@carmenbianca.eu + +- bsc#1092241 Enable webvtt encoders and decoders. + ------------------------------------------------------------------- Tue Aug 7 22:28:52 UTC 2018 - bjorn.lie@gmail.com