ffmpeg-light 0.6 → 0.7
raw patch · 2 files changed
+1/−3 lines, 2 files
Files
- ffmpeg-light.cabal +1/−1
- src/Codec/FFmpeg.hs +0/−2
ffmpeg-light.cabal view
@@ -1,5 +1,5 @@ name: ffmpeg-light-version: 0.6+version: 0.7 synopsis: Minimal bindings to the FFmpeg library. description: Stream frames from an encoded video, or stream frames to
src/Codec/FFmpeg.hs view
@@ -7,8 +7,6 @@ imageReader, imageReaderTime, -- * Encoding EncodingParams(..), defaultParams, imageWriter,- -- * JuicyPixels interop- toJuicy, toJuicyT, saveJuicy, -- * Types and Enums module Codec.FFmpeg.Types, module Codec.FFmpeg.Enums