Browse code

indent

Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk

Michael Niedermayer authored on 2009/04/20 06:44:25
Showing 1 changed files
... ...
@@ -2075,11 +2075,11 @@ static int decode_thread(void *arg)
2075 2075
         }
2076 2076
         if(url_feof(ic->pb) || eof) {
2077 2077
             if(is->video_stream >= 0){
2078
-            av_init_packet(pkt);
2079
-            pkt->data=NULL;
2080
-            pkt->size=0;
2081
-            pkt->stream_index= is->video_stream;
2082
-            packet_queue_put(&is->videoq, pkt);
2078
+                av_init_packet(pkt);
2079
+                pkt->data=NULL;
2080
+                pkt->size=0;
2081
+                pkt->stream_index= is->video_stream;
2082
+                packet_queue_put(&is->videoq, pkt);
2083 2083
             }
2084 2084
             SDL_Delay(10);
2085 2085
             continue;