[FFmpeg-cvslog] sdl: align option fields after last commit

Stefano Sabatini git at videolan.org
Sun Jun 5 14:00:50 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Sun Jun  5 13:55:02 2011 +0200| [e844abc4983385567cfca1a638877e19f0f1cfeb] | committer: Stefano Sabatini

sdl: align option fields after last commit

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

 libavdevice/sdl.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavdevice/sdl.c b/libavdevice/sdl.c
index 36f65f2..4b2566f 100644
--- a/libavdevice/sdl.c
+++ b/libavdevice/sdl.c
@@ -204,8 +204,8 @@ static int sdl_write_packet(AVFormatContext *s, AVPacket *pkt)
 
 static const AVOption options[] = {
     { "window_title", "SDL window title",           OFFSET(window_title),  FF_OPT_TYPE_STRING, {.str = NULL }, 0,  0, AV_OPT_FLAG_ENCODING_PARAM },
-    { "icon_title",   "SDL iconified window title", OFFSET(icon_title)  ,  FF_OPT_TYPE_STRING, {.str = NULL },               0,  0, AV_OPT_FLAG_ENCODING_PARAM },
-    { "window_size",  "SDL window forced size",     OFFSET(window_size) ,  FF_OPT_TYPE_STRING, {.str = NULL },               0,  0, AV_OPT_FLAG_ENCODING_PARAM },
+    { "icon_title",   "SDL iconified window title", OFFSET(icon_title)  ,  FF_OPT_TYPE_STRING, {.str = NULL }, 0,  0, AV_OPT_FLAG_ENCODING_PARAM },
+    { "window_size",  "SDL window forced size",     OFFSET(window_size) ,  FF_OPT_TYPE_STRING, {.str = NULL }, 0,  0, AV_OPT_FLAG_ENCODING_PARAM },
     { NULL },
 };
 



More information about the ffmpeg-cvslog mailing list