• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
热爱我的热爱
博客园    首页    新随笔    联系   管理    订阅  订阅
01 2013 档案
【转】ffmpeg源码分析之媒体打开过程

摘要://参数ps包含一切媒体相关的上下文结构,有它就有了一切,本函数如果打开媒体成功,//会返回一个AVFormatContext的实例.//参数filename是媒体文件名或URL.//参数fmt是要打开的媒体格式的操作结构,因为是读,所以是inputFormat.此处可以//传入一个调用者定义的inputFormat,对应命令行中的 -f xxx段,如果指定了它,//在打开文件中就不会探测文件的实际格式了,以它为准了.//参数options是对某种格式的一些操作,是为了在命令行中可以对不同的格式传入//特殊的操作参数而建的, 为了了解流程,完全可以无视它.int avformat_open_i 阅读全文
posted @ 2013-01-11 10:45 soniclq 阅读(417) 评论(0) 推荐(0)
奇艺 log

摘要:01-07 17:06:23.951: E/login vistor(2930): send message len 4001-07 17:06:24.481: D/dalvikvm(197): GC_EXPLICIT freed 293K, 20% free 15850K/19783K, paused 11ms+5ms01-07 17:06:24.661: D/dalvikvm(3691): GC_CONCURRENT freed 922K, 14% free 24776K/28615K, paused 6ms+4ms01-07 17:06:24.872: D/dalvikvm(3691): 阅读全文
posted @ 2013-01-07 17:10 soniclq 阅读(707) 评论(0) 推荐(0)
How to change an Android app's name?

摘要:There's the android:label for the application, and the android:label for the launch activity. The former is what you see under Settings -> Applications -> Manage Applications on your device. The latter is what you see under Applications, and by extension in any shortcut to your application 阅读全文
posted @ 2013-01-05 10:34 soniclq 阅读(295) 评论(0) 推荐(0)

博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3