about summary refs log tree commit diff
path: root/converter/other/fiasco/doc/fiasco_get_error_message.3
blob: da32c94ee45ff11d6fc466628645fb03435ffc40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.\" $Id: fiasco_get_error_message.3,v 1.1 2000/06/14 19:07:02 hafner Exp $
.TH fiasco 3 "April, 2000" "FIASCO" "Fractal Image And Sequence COdec"

.SH NAME
.B  fiasco_get_error_message
\- return string describing last error caught in FIASCO library

.SH SYNOPSIS
.B #include <fiasco.h>
.sp
.BI "const char * "
.fi
.BI "fiasco_get_error_message (void);"
.fi

.SH DESCRIPTION
The \fBfiasco_get_error_message()\fP function returns a string
describing the last error that has been caught in the FIASCO library.

.SH RETURN VALUE
The function \fBfiasco_get_error_message()\fP returns the appropriate
description string, or an empty string if no error has been caught so
far.

.SH "SEE ALSO"
.br
.BR fiasco_options "(3), " fiasco_coder (3), 
.br
.BR fiasco_decoder "(3), " fiasco_renderer (3)
.br

Ullrich Hafner, Juergen Albert, Stefan Frank, and Michael Unger.
\fBWeighted Finite Automata for Video Compression\fP, IEEE Journal on
Selected Areas In Communications, January 1998
.br
Ullrich Hafner. \fBLow Bit-Rate Image and Video Coding with Weighted
Finite Automata\fP, Ph.D. thesis, Mensch & Buch Verlag, ISBN
3-89820-002-7, October 1999.

.SH AUTHOR
Ullrich Hafner