[mpi_dec_test]: fix compiling error

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1051 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-07-20 07:56:39 +00:00
parent 1a2551ec3e
commit 4db17e27c6

View File

@@ -173,7 +173,7 @@ int mpi_dec_test(MpiDecTestCmd *cmd)
if (frame) { if (frame) {
if (mpp_frame_get_info_change(frame)) { if (mpp_frame_get_info_change(frame)) {
mpp_log("decode_get_frame get info changed found\n"); mpp_log("decode_get_frame get info changed found\n");
mpi->control(ctx, MPP_CODEC_SET_INFO_CHANGE_READY, NULL); mpi->control(ctx, MPP_DEC_SET_INFO_CHANGE_READY, NULL);
} else { } else {
mpp_log("decode_get_frame get frame %d\n", frame_count++); mpp_log("decode_get_frame get frame %d\n", frame_count++);
if (fp_output) if (fp_output)