comparison xiph.h @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents c4a4495715dd
children
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
22 #define AVCODEC_XIPH_H 22 #define AVCODEC_XIPH_H
23 23
24 #include "libavutil/common.h" 24 #include "libavutil/common.h"
25 25
26 /** 26 /**
27 * Splits a single extradata buffer into the three headers that most 27 * Split a single extradata buffer into the three headers that most
28 * Xiph codecs use. (e.g. Theora and Vorbis) 28 * Xiph codecs use. (e.g. Theora and Vorbis)
29 * Works both with Matroska's packing and lavc's packing. 29 * Works both with Matroska's packing and lavc's packing.
30 * 30 *
31 * @param[in] extradata The single chunk that combines all three headers 31 * @param[in] extradata The single chunk that combines all three headers
32 * @param[in] extradata_size The size of the extradata buffer 32 * @param[in] extradata_size The size of the extradata buffer