Skip to content

Commit

Permalink
Update developer_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed Oct 3, 2014
1 parent f7aad9a commit da060f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion developer_info/LAVVideoSettings.h
Expand Up @@ -98,8 +98,9 @@ typedef enum LAVVideoHWCodec {
HWCodec_MPEG2 = Codec_MPEG2,
HWCodec_MPEG4 = Codec_MPEG4,
HWCodec_MPEG2DVD,
HWCodec_HEVC,

HWCodec_NB = HWCodec_MPEG2DVD + 1
HWCodec_NB = HWCodec_HEVC + 1
};

// Flags for HW Resolution support
Expand Down

0 comments on commit da060f8

Please sign in to comment.