comparison raw.h @ 3852:1b6245500d8c libavformat

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 74fbde8871c4
children 41542d2edcf4
comparison
equal deleted inserted replaced
3851:9b3ad7f292a4 3852:1b6245500d8c
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef FFMPEG_RAW_H 22 #ifndef AVFORMAT_RAW_H
23 #define FFMPEG_RAW_H 23 #define AVFORMAT_RAW_H
24 24
25 #include "avformat.h" 25 #include "avformat.h"
26 26
27 int pcm_read_seek(AVFormatContext *s, 27 int pcm_read_seek(AVFormatContext *s,
28 int stream_index, int64_t timestamp, int flags); 28 int stream_index, int64_t timestamp, int flags);
29 29
30 #endif /* FFMPEG_RAW_H */ 30 #endif /* AVFORMAT_RAW_H */