提交 c2fef0c1 编写于 作者: D Diego Biurrun

Use "" instead of <> when #including non-system headers.

Originally committed as revision 16689 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 ac3ef4a4
......@@ -25,9 +25,9 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#include "libavutil/avstring.h"
#include "avcodec.h"
#include "audioconvert.h"
#include <libavutil/avstring.h>
typedef struct SampleFmtInfo {
const char *name;
......
......@@ -33,7 +33,7 @@
#include "libavutil/md5.h"
#include "rm.h"
#include "internal.h"
#include <libavcodec/bitstream.h>
#include "libavcodec/bitstream.h"
struct RDTDemuxContext {
AVFormatContext *ic; /**< the containing (RTSP) demux context */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册