[FFmpeg-devel] [PATCH 3/7] rtspdec: Remove dead code
    Timothy Gu 
    timothygu99 at gmail.com
       
    Fri Feb  6 08:06:41 CET 2015
    
    
  
---
 libavformat/rtspdec.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c
index c899498..5474577 100644
--- a/libavformat/rtspdec.c
+++ b/libavformat/rtspdec.c
@@ -677,7 +677,6 @@ static int rtsp_listen(AVFormatContext *s)
             return AVERROR_INVALIDDATA;
         }
     }
-    return 0;
 }
 
 static int rtsp_probe(AVProbeData *p)
-- 
1.9.1
    
    
More information about the ffmpeg-devel
mailing list