Skip to content

Commit

Permalink
Merge pull request #231 from qyot27/pixfmt_ff
Browse files Browse the repository at this point in the history
ffmscompat: fix compilation with FFmpeg-git
  • Loading branch information
tgoyne committed Sep 13, 2015
2 parents c5712e0 + 8d4f18a commit 203b5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/ffmscompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ static void av_frame_free(AVFrame **frame) { av_freep(frame); }
# define FFMS_PIX_FMT(x) PIX_FMT_##x
# define FFMS_PIX_FMT_FLAG(x) PIX_FMT_##x
# else
# define FFMS_PIX_FMT(x) AV_PIX_FMT_##x
# define FFMS_PIX_FMT_FLAG(x) AV_PIX_FMT_FLAG_##x
# endif

Expand Down

0 comments on commit 203b5f3

Please sign in to comment.