Skip to content

Commit

Permalink
android/ijkMediaMeta: modify IJKM_KEY_CODEC_PROFILE_ID define
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghanchao authored and xinzhengzhang committed Oct 17, 2016
1 parent 1439b2b commit 383b3ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class IjkMediaMeta {
public static final String IJKM_KEY_CODEC_LEVEL = "codec_level";
public static final String IJKM_KEY_CODEC_LONG_NAME = "codec_long_name";
public static final String IJKM_KEY_CODEC_PIXEL_FORMAT = "codec_pixel_format";
public static final String IJKM_KEY_CODEC_PROFILE_ID = "codec_profile_index";
public static final String IJKM_KEY_CODEC_PROFILE_ID = "codec_profile_id";

// stream: video
public static final String IJKM_KEY_WIDTH = "width";
Expand Down

0 comments on commit 383b3ca

Please sign in to comment.