【问题标题】:Android libstagefright_h264 ff_get_buffer was not declared in this scope errorAndroid libstagefright_h264 ff_get_buffer is not declared in this scope 错误
【发布时间】:2014-03-29 10:37:20
【问题描述】:

我正在尝试使用libstagefright_h264 的解码器构建 ffmpeg,稍微修改了 ffmpeg 中的给定脚本以指向本地文件系统中的 android 源。制作时,我得到 ​​p>

ff_get_buffer was not declared in this scope 

错误。这是什么原因造成的?如何绕过它?

【问题讨论】:

    标签: android ffmpeg stagefright


    【解决方案1】:

    更新您的 ffmpeg 源代码。 libstagefright.cpp 已损坏,并且在某一时刻没有正确包含“internal.h”。

    https://github.com/FFmpeg/FFmpeg/commit/dda8afc391798e345c73f857f8e0fb8424ceb77b

    【讨论】:

      猜你喜欢
      • 2016-09-15
      • 1970-01-01
      • 2022-01-02
      • 2022-11-27
      • 2022-08-19
      • 2016-08-21
      • 2016-05-12
      • 2019-01-03
      相关资源
      最近更新 更多