mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
indent
Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9dc4176702
commit
26534fe847
10
ffplay.c
10
ffplay.c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user