OSDN Git Service

indent
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Apr 2009 21:44:25 +0000 (21:44 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 19 Apr 2009 21:44:25 +0000 (21:44 +0000)
Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffplay.c

index e9f9f64..77677b4 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -2075,11 +2075,11 @@ static int decode_thread(void *arg)
         }
         if(url_feof(ic->pb) || eof) {
             if(is->video_stream >= 0){
-            av_init_packet(pkt);
-            pkt->data=NULL;
-            pkt->size=0;
-            pkt->stream_index= is->video_stream;
-            packet_queue_put(&is->videoq, pkt);
+                av_init_packet(pkt);
+                pkt->data=NULL;
+                pkt->size=0;
+                pkt->stream_index= is->video_stream;
+                packet_queue_put(&is->videoq, pkt);
             }
             SDL_Delay(10);
             continue;