[FFmpeg-cvslog] ffserver: tests, use image2 instead of pgmyuv

Reynaldo H. Verdejo Pinochet git at videolan.org
Mon Sep 1 00:40:44 CEST 2014


ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com> | Mon Aug 25 12:24:02 2014 -0400| [b627385b4bd26bb45da5999fb12a8171fc224115] | committer: Reynaldo H. Verdejo Pinochet

ffserver: tests, use image2 instead of pgmyuv

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b627385b4bd26bb45da5999fb12a8171fc224115
---

 tests/ffserver.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ffserver.conf b/tests/ffserver.conf
index 3612843..1e7a685 100644
--- a/tests/ffserver.conf
+++ b/tests/ffserver.conf
@@ -57,7 +57,7 @@ FileMaxSize 100M
 
 # Fire up ffmpeg pointing at this stream
 
-Launch ./ffmpeg -v 0 -y -f pgmyuv -i tests/vsynth1/%02d.pgm
+Launch ./ffmpeg -v 0 -y -f image2 -i tests/vsynth1/%02d.pgm
 
 ACL allow localhost
 </Feed>



More information about the ffmpeg-cvslog mailing list