diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-07-26 21:56:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-09 19:56:25 +0200 |
commit | 4d58e4cb4ca8e04317fecea432ea3272a445877c (patch) | |
tree | 5993f50a8aa70e6266ad9c8fdc82b1c2eab2a25d /libavformat/mpjpeg.c | |
parent | 9e12f0bf5f45361a36f9d8c3abca24af55ca740c (diff) | |
download | ffmpeg-4d58e4cb4ca8e04317fecea432ea3272a445877c.tar.gz |
Rename ffserver to avserver.
Diffstat (limited to 'libavformat/mpjpeg.c')
-rw-r--r-- | libavformat/mpjpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c index 6580904d7e..79cc272e27 100644 --- a/libavformat/mpjpeg.c +++ b/libavformat/mpjpeg.c @@ -22,7 +22,7 @@ /* Multipart JPEG */ -#define BOUNDARY_TAG "ffserver" +#define BOUNDARY_TAG "avserver" static int mpjpeg_write_header(AVFormatContext *s) { |