On Wed, Apr 06, 2011 at 08:34:46AM +0200, Anton Khirnov wrote:
> ---
> libavformat/mmst.c | 14 +++++++-------
> 1 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/libavformat/mmst.c b/libavformat/mmst.c
> index cba65e2..e7a5017 100644
> --- a/libavformat/mmst.c
> +++ b/libavformat/mmst.c
> @@ -550,7 +550,7 @@ static int mms_open(URLContext *h, const char *uri, int
> flags)
> if((mmst->incoming_flags != 0X08) && (mmst->incoming_flags != 0X0C)) {
> av_log(NULL, AV_LOG_ERROR,
> "The server does not support MMST (try MMSH or RTSP)\n");
> - err = AVERROR_NOFMT;
> + err = AVERROR(EILSEQ);
I have only seen this used with Unicode byte sequences, but if this is
used in other parts of libav, fine with me.
OK otherwise.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel