houxiao
2017-08-14 1b88ab83de66fec80e895fa9fbd4a47d1d4af772
aaaaa

git-svn-id: http://192.168.1.226/svn/proxy@1009 454eff88-639b-444f-9e54-f578c98de674
1个文件已修改
4 ■■■■ 已修改文件
VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperServer.cpp 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
VisitFace/RtspNativeCodec/app/src/main/cpp/CameraWrapperServer.cpp
@@ -184,9 +184,9 @@
        PL_AndroidMediaCodecEncoder_Config amceCfg;
        amceCfg.ak_bit_rate = 5000000; // 512KB
        amceCfg.ak_color_format = 21; // COLOR_FormatYUV420SemiPlanar;
        amceCfg.ak_frame_rate = 25;
        amceCfg.ak_frame_rate = 20;
        amceCfg.ak_height = 480;
        amceCfg.ak_i_frame_interval = 20;
        amceCfg.ak_i_frame_interval = 10;
        amceCfg.ak_mime = "video/avc";
        amceCfg.ak_width = 640;
        PL_AndroidMediaCodecEncoder* plAMCE = (PL_AndroidMediaCodecEncoder*)pipeLineRender->push_elem("PL_AndroidMediaCodecEncoder");