Dana
2025-12-23 284f3dbd343b8f40e921b4b887384ebc14ba3dcb
app/src/main/java/com/anyun/h264/H264EncodeService.java
@@ -505,6 +505,9 @@
            // 创建编码器
            h264Encoder = new H264Encoder();
            
            // 设置 Context(用于清理 TF 卡文件)
            h264Encoder.setContext(this);
            // 设置编码参数(使用配置中的参数)
            int width = config != null && config.width > 0 ? config.width : DEFAULT_WIDTH;
            int height = config != null && config.height > 0 ? config.height : DEFAULT_HEIGHT;