Mercurial > libavformat.hg
diff avformat.h @ 89:8e3cf4e9fc5a libavformat
rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>)
| author | michaelni |
|---|---|
| date | Sun, 16 Mar 2003 21:03:20 +0000 |
| parents | 25062c9b1f86 |
| children | c82a6062485e |
line wrap: on
line diff
--- a/avformat.h Wed Mar 12 18:57:33 2003 +0000 +++ b/avformat.h Sun Mar 16 21:03:20 2003 +0000 @@ -331,9 +331,6 @@ extern AVOutputFormat yuv4mpegpipe_oformat; /* utils.c */ -#define MKTAG(a,b,c,d) (a | (b << 8) | (c << 16) | (d << 24)) -#define MKBETAG(a,b,c,d) (d | (c << 8) | (b << 16) | (a << 24)) - void av_register_input_format(AVInputFormat *format); void av_register_output_format(AVOutputFormat *format); AVOutputFormat *guess_stream_format(const char *short_name,
