| Index: base/audio_fifo.h
|
| ===================================================================
|
| --- base/audio_fifo.h (revision 155725)
|
| +++ base/audio_fifo.h (working copy)
|
| @@ -50,10 +50,10 @@
|
| // Number of actual elements in the FIFO.
|
| int frames_in_fifo_;
|
|
|
| - // Current read position.
|
| - int read_pos_;
|
| -
|
| - // Current write position.
|
| + // Current read position.
|
| + int read_pos_;
|
| +
|
| + // Current write position.
|
| int write_pos_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AudioFifo);
|
|
|
| Property changes on: base/audio_fifo.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| ## -0,0 +1 ##
|
| +LF
|
| \ No newline at end of property
|
|
|