diff --git a/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h b/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h index 720b99277038..082d8f457535 100644 --- a/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h +++ b/drivers/amlogic/media_modules/common/firmware/firmware_cfg.h @@ -22,7 +22,7 @@ /* as the firmware in the video_ucode.bin, the firmware */ /* in the video_ucode.bin will be ignored yet, because the */ /* video_ucode.bin will always be processed in the end */ -{VIDEO_ENCODE, VIDEO_FW_FILE, "h264_enc.bin"}, +{VIDEO_ENCODE, VIDEO_PACKAGE, "h264_enc.bin"}, /*firmware for a special format, to replace the format in the package.*/ diff --git a/firmware/video/h264_enc.bin b/firmware/video/h264_enc.bin index 41b1d0062c0d..27c54d61c881 100644 Binary files a/firmware/video/h264_enc.bin and b/firmware/video/h264_enc.bin differ