acowley / ffmpeg-light

Minimal Haskell bindings to the FFmpeg library
BSD 3-Clause "New" or "Revised" License
67 stars 29 forks source link

Remove foreign import of avcodec_get_frame_defaults, #27

Closed waldheinz closed 8 years ago

waldheinz commented 8 years ago

It's no longer supported with FFmpeg 3 and causes a linker error. I did not investigate if a replacement is needed. At least ffmpeg-light does not seem to make use of this function.

acowley commented 8 years ago

Merged. Thank you!