Skip to content

Commit

Permalink
videotoolbox: add hevc
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Nov 17, 2017
1 parent adec05d commit 507e6d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codec/video/VideoDecoderVideoToolbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ bool VideoDecoderVideoToolboxPrivate::open()
break;
}
switch (codec_ctx->codec_id) {
case AV_CODEC_ID_HEVC:
case AV_CODEC_ID_H264:
case AV_CODEC_ID_H263:
case AV_CODEC_ID_MPEG4:
Expand Down

0 comments on commit 507e6d1

Please sign in to comment.