Re: [FFmpeg-devel] [PATCH 4/5] Introduce ff_rtsp_averror()

2014-10-20 Thread Michael Niedermayer
On Sat, Oct 18, 2014 at 12:24:02AM +0400, Andrey Utkin wrote: > Currently this is another name for ff_http_averror() > --- > libavformat/rtspcodes.h | 7 +++ > 1 file changed, 7 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB R

[FFmpeg-devel] [PATCH 4/5] Introduce ff_rtsp_averror()

2014-10-17 Thread Andrey Utkin
Currently this is another name for ff_http_averror() --- libavformat/rtspcodes.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavformat/rtspcodes.h b/libavformat/rtspcodes.h index d4ae0a8..0ae490a 100644 --- a/libavformat/rtspcodes.h +++ b/libavformat/rtspcodes.h @@ -25,6 +25,7 @@