Commit 743a3a1a authored by michael's avatar michael

indent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18630 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fe11852c
...@@ -2075,11 +2075,11 @@ static int decode_thread(void *arg) ...@@ -2075,11 +2075,11 @@ static int decode_thread(void *arg)
} }
if(url_feof(ic->pb) || eof) { if(url_feof(ic->pb) || eof) {
if(is->video_stream >= 0){ if(is->video_stream >= 0){
av_init_packet(pkt); av_init_packet(pkt);
pkt->data=NULL; pkt->data=NULL;
pkt->size=0; pkt->size=0;
pkt->stream_index= is->video_stream; pkt->stream_index= is->video_stream;
packet_queue_put(&is->videoq, pkt); packet_queue_put(&is->videoq, pkt);
} }
SDL_Delay(10); SDL_Delay(10);
continue; continue;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment