mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 01:02:39 +08:00
[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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user