Last active
September 25, 2016 12:39
-
-
Save Teaonly/6ccfcbd79faa1dfd7261 to your computer and use it in GitHub Desktop.
ffmpeg 编程开发相关笔记
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1. FFMPEG 编程开发教程 | |
地址:http://dranger.com/ffmpeg/tutorial01.html | |
* AVPicture 是 AVFrame的子集,即两个数据结构的前面部分是一致的, 因此AVFrame可以指针转换为AVPicture |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment