diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-08 12:07:59 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-07-08 12:07:59 +0200 |
commit | 350195adc995a74ff32f689f3493f2066c8d7b6b (patch) | |
tree | 007aa6c5c478be5a4d9d020f75f39f96e5801e60 /src/VLCInput.h | |
parent | 64b729f3284ead6a71fbeb7f8e0dd22187b21786 (diff) | |
download | ODR-AudioEnc-350195adc995a74ff32f689f3493f2066c8d7b6b.tar.gz ODR-AudioEnc-350195adc995a74ff32f689f3493f2066c8d7b6b.tar.bz2 ODR-AudioEnc-350195adc995a74ff32f689f3493f2066c8d7b6b.zip |
Improve Doxygen mainpage
Diffstat (limited to 'src/VLCInput.h')
-rw-r--r-- | src/VLCInput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VLCInput.h b/src/VLCInput.h index 6f91e89..761492b 100644 --- a/src/VLCInput.h +++ b/src/VLCInput.h @@ -15,7 +15,7 @@ * and limitations under the License. * ------------------------------------------------------------------- */ -/*! \section VLC Input +/*! \file VLCInput.h * * This input uses libvlc to get audio data. It is extremely useful, and allows * the encoder to use all inputs VLC supports. |