summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-19 21:44:25 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-19 21:44:25 +0000
commit26534fe84742462f76710bda9c120cdde73a2cbf (patch)
tree2247c479bbfab092c34ead83de2db549f4060176 /ffplay.c
parent9dc41767029f6709d50f3765e49ba1cf1dd3748d (diff)
indent
Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/ffplay.c b/ffplay.c
index e9f9f6412b..77677b4b1b 100644
--- 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;