Skip to content

Commit

Permalink
Updated FFmpeg "tested with" note.
Browse files Browse the repository at this point in the history
Fixes #26
  • Loading branch information
acowley committed Mar 11, 2016
1 parent a0027b6 commit 61cbfc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ffmpeg-light.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ description: Stream frames from an encoded video, or stream frames to
> go = do (getFrame, cleanup) <- imageReader "myVideo.mov"
> (fmap ImageRGB8 <$> getFrame) <* cleanup
.
Tested on OS X 10.11.2 with <http://www.ffmpeg.org FFmpeg> 2.8.3
installed via <http://brew.sh homebrew>.
Tested with FFmpeg 2.7 - 3.0

license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit 61cbfc7

Please sign in to comment.