Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1815600
  • 博文数量: 274
  • 博客积分: 2366
  • 博客等级: 大尉
  • 技术积分: 1880
  • 用 户 组: 普通用户
  • 注册时间: 2007-04-22 09:37
文章分类

全部博文(274)

文章存档

2022年(1)

2020年(10)

2019年(7)

2018年(18)

2017年(26)

2016年(32)

2015年(43)

2014年(30)

2013年(44)

2012年(36)

2011年(17)

2010年(10)

发布时间:2014-10-08 09:49:54

linux if命令关于文件属性的判断式-a 如果文件存在-b 如果文件存在,且该文件是区域设备文件-c 当file存在并且是字符设备文件时返回真-d 当pathname存在并且是一个目录时返回真-e 当pathname指定的文件或目录存在时返回真-f 当file存在并且是普通文件时返回真-g 当由pathname指定的文件.........【阅读全文】

阅读(1024) | 评论(0) | 转发(0)

发布时间:2014-07-30 11:22:21

AVClass 和 AVOption先看它们的定义/** * Describe the class of an AVClass context structure. That is an * arbitrary struct of which the first field is a pointer to an * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.). */typedef struct AVClass {    /.........【阅读全文】

阅读(3778) | 评论(0) | 转发(0)

发布时间:2014-07-29 15:15:11

struct AVDictionary av字典#define AV_DICT_MATCH_CASE      1#define AV_DICT_IGNORE_SUFFIX   2#define AV_DICT_DONT_STRDUP_KEY 4   /**< Take ownership of a key that's been                            &nb.........【阅读全文】

阅读(4522) | 评论(0) | 转发(0)

发布时间:2014-07-29 10:43:47

修改帧大小和socket缓冲区大小MTU (最大传输单元)的缺省值为1500. 通过下面命令将其改为9000(jumbo frame)% ifconfig eth0 mtu 9000socket buffer size缺省为64 kB.理论上,最优的buffer大小为<bandwidth>*<round-trip delay>可以通过下列命令改.........【阅读全文】

阅读(4691) | 评论(0) | 转发(0)

发布时间:2014-07-28 11:41:43

ffmpeg ffplay 程序 选项......【阅读全文】

阅读(2974) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册