Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbcode committed Mar 29, 2014
1 parent 46aeb6b commit ec98ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions video.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ int video_reader_thread( void *data ) {
if (stop_sound != 1){
packet_queue_put( &audio_queue, &packet );
} else {
// something here but why ? //
packet_queue_put( &audio_queue, &packet );
}
if (( value != video_stream ) && (value != audio_stream && audio_codec_context))
Expand Down

0 comments on commit ec98ae1

Please sign in to comment.