Skip to content

Commit

Permalink
MMAL: Include AV_PIX_FMT_YUVJ420P
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Sep 10, 2017
1 parent 3929727 commit bf8fca6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ std::vector<CMMALPool::MMALEncodingTable> CMMALPool::mmal_encoding_table =
{ AV_PIX_FMT_YUV420P12,MMAL_ENCODING_I420_16, },
{ AV_PIX_FMT_YUV420P14,MMAL_ENCODING_I420_16, },
{ AV_PIX_FMT_YUV420P16,MMAL_ENCODING_I420_16, },
{ AV_PIX_FMT_YUVJ420P, MMAL_ENCODING_I420 },
{ AV_PIX_FMT_SAND128, MMAL_ENCODING_YUVUV128 },
{ AV_PIX_FMT_SAND64_10,MMAL_ENCODING_YUVUV64_16 },
{ AV_PIX_FMT_SAND64_16,MMAL_ENCODING_YUVUV64_16 },
Expand Down

0 comments on commit bf8fca6

Please sign in to comment.